Standards alignment: Document .js tools deviation, fix port 3030, enhance tool documentation

This commit is contained in:
2026-01-14 12:47:22 +00:00
parent 2c384eb734
commit 534016e9d5
6 changed files with 226 additions and 4 deletions
+6
View File
@@ -3,6 +3,12 @@
* Records the user's screen using the Screen Capture API and MediaRecorder API
*
* @module ScreenRecord
* @description Standalone utility for capturing screen recordings. Exposes window.recordScreen()
* function for use in frontend code. No external dependencies beyond browser APIs.
* @usage Call window.recordScreen() after page load. User will see browser's native
* screen selector dialog. Returns Promise resolving to recording controller.
* @dependencies None (browser APIs only: Screen Capture API, MediaRecorder, Web Audio API)
* @integration Used in index.html to provide screen recording UI controls
*/
(function() {