Standards alignment: Document .js tools deviation, fix port 3030, enhance tool documentation
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user