diff --git a/index.html b/index.html index d90417a..1fb95fa 100644 --- a/index.html +++ b/index.html @@ -258,7 +258,7 @@

MIDIOptions Dictionary

MIDIInputMap Interface

-          interface MIDIInputMap {
+          [SecureContext] interface MIDIInputMap {
             readonly maplike <DOMString, MIDIInput>;
           };
         
@@ -287,7 +287,7 @@

MIDIInputMap Interface

MIDIOutputMap Interface

-          interface MIDIOutputMap {
+          [SecureContext] interface MIDIOutputMap {
             readonly maplike <DOMString, MIDIOutput>;
           };