Skip to content

Commit

Permalink
Merge pull request #81 from jan-ivar/securecontext
Browse files Browse the repository at this point in the history
Make setSinkId and sinkId SecureContext.
  • Loading branch information
alvestrand committed Nov 14, 2018
2 parents 1db6e33 + 9dd43a2 commit 1afcb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -49,8 +49,8 @@ <h2><a><code>HTMLMediaElement</code></a> Extensions</h2>
<div>
<pre class="idl">
partial interface HTMLMediaElement {
readonly attribute DOMString sinkId;
Promise&lt;void&gt; setSinkId (DOMString sinkId);
[SecureContext] readonly attribute DOMString sinkId;
[SecureContext] Promise&lt;void&gt; setSinkId (DOMString sinkId);
};
</pre>
<section>
Expand Down

0 comments on commit 1afcb86

Please sign in to comment.