Using the Screen Capture API to record a browser window
SMRTR summary
Use the browser's Screen Capture API directly from the DevTools console: call `getDisplayMedia()` with `MediaRecorder` to capture both video and tab audio, then download the result via a Blob URL.
SMRTR provides this summary for quick context. The original article belongs to lobste.rs.
Read the original article