From 8a32c28c846c8f6a8ab980a16fa52a46b9bfdc5a Mon Sep 17 00:00:00 2001 From: Takashi Toyoshima Date: Mon, 24 Jun 2019 13:21:04 +0900 Subject: [PATCH] Making MIDI{Input|Output}Map interfaces as [SecureContext] Fixes issue #199. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>;
           };