Skip to content

Commit 8a32c28

Browse files
committed
Making MIDI{Input|Output}Map interfaces as [SecureContext]
Fixes issue #199.
1 parent 7dd278a commit 8a32c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h2 id="MIDIOptions"><dfn>MIDIOptions</dfn> Dictionary</h2>
258258
<section data-dfn-for="MIDIInputMap">
259259
<h3 id="MIDIInputMap"><dfn>MIDIInputMap</dfn> Interface</h3>
260260
<pre class="idl">
261-
interface MIDIInputMap {
261+
[SecureContext] interface MIDIInputMap {
262262
readonly maplike &lt;DOMString, MIDIInput>;
263263
};
264264
</pre>
@@ -287,7 +287,7 @@ <h3 id="MIDIInputMap"><dfn>MIDIInputMap</dfn> Interface</h3>
287287
<section data-dfn-for="MIDIOutputMap">
288288
<h3 id="MIDIOutputMap"><dfn>MIDIOutputMap</dfn> Interface</h3>
289289
<pre class="idl">
290-
interface MIDIOutputMap {
290+
[SecureContext] interface MIDIOutputMap {
291291
readonly maplike &lt;DOMString, MIDIOutput>;
292292
};
293293
</pre>

0 commit comments

Comments
 (0)