- From: Dominique Hazael-Massieux via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Sep 2022 15:26:47 +0000
- To: public-webrtc-logs@w3.org
`Exposed` and `SecureContext` only need to appear on partial interfaces to override what is defined in the original interface (e.G. if the partial defines a part of the interface that is only available in a worker): * the [exposure set](https://webidl.spec.whatwg.org/#dfn-exposure-set) fallbacks on the original interface exposure set (step 4.2) * `SecureContext` is [forbidden to appear](https://webidl.spec.whatwg.org/#SecureContext) on both an interface and a partial interface (mostly because it's redundant) Since the main interface of `MediaDevices` is already configured with what we want, no additional extended attributes are needed here. -- GitHub Notification of comment by dontcallmedom Please view or discuss this issue at https://github.com/w3c/mediacapture-main/pull/901#issuecomment-1243909307 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 September 2022 15:26:49 UTC