| Index: modules/webmidi/MIDIOptions.idl
|
| diff --git a/core/streams/ReadableStream.idl b/modules/webmidi/MIDIOptions.idl
|
| similarity index 65%
|
| copy from core/streams/ReadableStream.idl
|
| copy to modules/webmidi/MIDIOptions.idl
|
| index 927fa94b9a9604b286a95cbc8edbee1d4f3eb020..447e6cd464b5852dad136f1004b53ed490145511 100644
|
| --- a/core/streams/ReadableStream.idl
|
| +++ b/modules/webmidi/MIDIOptions.idl
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// http://www.w3.org/TR/webmidi/#midioptions-dictionary
|
| +
|
| [
|
| - RuntimeEnabled=Stream,
|
| GarbageCollected
|
| -] interface ReadableStream {
|
| +] dictionary MIDIOptions {
|
| + boolean sysex;
|
| };
|
|
|