File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ <h2 id="MIDIOptions"><dfn>MIDIOptions</dfn> Dictionary</h2>
258
258
< section data-dfn-for ="MIDIInputMap ">
259
259
< h3 id ="MIDIInputMap "> < dfn > MIDIInputMap</ dfn > Interface</ h3 >
260
260
< pre class ="idl ">
261
- interface MIDIInputMap {
261
+ [SecureContext] interface MIDIInputMap {
262
262
readonly maplike <DOMString, MIDIInput> ;
263
263
};
264
264
</ pre >
@@ -287,7 +287,7 @@ <h3 id="MIDIInputMap"><dfn>MIDIInputMap</dfn> Interface</h3>
287
287
< section data-dfn-for ="MIDIOutputMap ">
288
288
< h3 id ="MIDIOutputMap "> < dfn > MIDIOutputMap</ dfn > Interface</ h3 >
289
289
< pre class ="idl ">
290
- interface MIDIOutputMap {
290
+ [SecureContext] interface MIDIOutputMap {
291
291
readonly maplike <DOMString, MIDIOutput> ;
292
292
};
293
293
</ pre >
You can’t perform that action at this time.
0 commit comments