Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MediaDeviceInfo interface [SecureContext] also. #571

Merged
merged 1 commit into from Feb 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions getusermedia.html
Expand Up @@ -2939,8 +2939,7 @@ <h3>MediaDevices</h3>
contexts on different origins; user agents MAY add fuzzing on the timing
of events to avoid cross-origin activity correlation.</p>
<div>
<pre class="idl">[Exposed=Window,
SecureContext]
<pre class="idl">[Exposed=Window, SecureContext]
interface MediaDevices : EventTarget {
attribute EventHandler ondevicechange;
Promise&lt;sequence&lt;MediaDeviceInfo&gt;&gt; enumerateDevices ();
Expand Down Expand Up @@ -3120,7 +3119,7 @@ <h2>Access control model</h2>
<section>
<h2>Device Info</h2>
<div>
<pre class="idl">[Exposed=Window]
<pre class="idl">[Exposed=Window, SecureContext]
interface MediaDeviceInfo {
readonly attribute DOMString deviceId;
readonly attribute MediaDeviceKind kind;
Expand Down