mediacapture-viewport.idl (339B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Viewport Capture (https://w3c.github.io/mediacapture-viewport/) 5 6 partial interface MediaDevices { 7 Promise<MediaStream> getViewportMedia( 8 optional DisplayMediaStreamOptions options = {}); 9 };