Closed
Description
TypeScript Version: 3.5.1
https://w3c.github.io/mediacapture-screen-share/#mediadevices-additions
in dom.lib.ts navigator.mediaDevices.getDisplayMedia
is not found. it looks like it's defined on navigator
whereas it should be in the MediaDevices
type.
Lines 10579 to 10583 in 8705844