Skip to content

Commit

Permalink
Making MIDI{Input|Output}Map interfaces as [SecureContext]
Browse files Browse the repository at this point in the history
Fixes issue #199.
  • Loading branch information
toyoshim committed Jun 24, 2019
1 parent 7dd278a commit 8a32c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h2 id="MIDIOptions"><dfn>MIDIOptions</dfn> Dictionary</h2>
<section data-dfn-for="MIDIInputMap">
<h3 id="MIDIInputMap"><dfn>MIDIInputMap</dfn> Interface</h3>
<pre class="idl">
interface MIDIInputMap {
[SecureContext] interface MIDIInputMap {
readonly maplike &lt;DOMString, MIDIInput>;
};
</pre>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h3 id="MIDIInputMap"><dfn>MIDIInputMap</dfn> Interface</h3>
<section data-dfn-for="MIDIOutputMap">
<h3 id="MIDIOutputMap"><dfn>MIDIOutputMap</dfn> Interface</h3>
<pre class="idl">
interface MIDIOutputMap {
[SecureContext] interface MIDIOutputMap {
readonly maplike &lt;DOMString, MIDIOutput>;
};
</pre>
Expand Down

0 comments on commit 8a32c28

Please sign in to comment.