Not TestedTesting not done, may not work properly
Media

Screen Recording

Combine getDisplayMedia screen capture with MediaRecorder to save MP4/WebM screen recordings.

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after processing...

Native JavaScript Code Example (Zero Libraries)

const displayStream = await navigator.mediaDevices.getDisplayMedia();
const rec = new MediaRecorder(displayStream);

About the Screen Recording Web API

Stream getDisplayMedia output into a MediaRecorder instance for client-side screen recording.

Specification:W3C & WHATWG Web API Standard
Sponsored Content