| Index: Source/modules/webmidi/MIDIPort.idl
|
| diff --git a/Source/modules/webmidi/MIDIPort.idl b/Source/modules/webmidi/MIDIPort.idl
|
| index 3f73ad133f9b54926590c2929e0a864431424f69..6338bfa10d06140bc9ba28343b8b6e657c683432 100644
|
| --- a/Source/modules/webmidi/MIDIPort.idl
|
| +++ b/Source/modules/webmidi/MIDIPort.idl
|
| @@ -51,4 +51,7 @@ enum MIDIPortType {
|
| readonly attribute DOMString version;
|
|
|
| attribute EventHandler onstatechange;
|
| +
|
| + [CallWith=ScriptState] Promise open();
|
| + [CallWith=ScriptState] Promise close();
|
| };
|
|
|