How Screen recorder works
Screen recorder captures your screen, a single window, a browser tab, or the entire display, then saves the footage as a WebM video file in your browser. No installation is needed. The capture uses the browser's built-in getDisplayMedia API combined with MediaRecorder, so the video stream is encoded locally and offered as a download without any data touching a server.
What gets captured is decided in the browser's own share dialog, which also controls audio: depending on the platform, you can include tab audio or system sound along with the picture (Chrome offers tab audio everywhere, full system audio mainly on Windows). While recording you get a live timer and pause/resume controls, and the take ends with a playback preview so you can check the result before downloading the timestamped file. Video is encoded as WebM with the VP9 or VP8 codec; browsers without WebM support fall back to MP4. One honest limitation: screen capture is a desktop feature, mobile browsers do not expose it, and the page tells you so instead of failing silently.