blob: c4d1892b0b9932a034b15caa8f80d3f16f096f5f [file] [log] [blame] [edit]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Viewport Capture (https://w3c.github.io/mediacapture-viewport/)
partial interface MediaDevices {
Promise<MediaStream> getViewportMedia(
optional DisplayMediaStreamOptions options = {});
};