| Index: modules/crypto/Key.idl
|
| diff --git a/modules/webmidi/MIDIInput.idl b/modules/crypto/Key.idl
|
| similarity index 89%
|
| copy from modules/webmidi/MIDIInput.idl
|
| copy to modules/crypto/Key.idl
|
| index 8c0ae3cd90aad230083403867cef594a190a0674..6124a2f57462bfb7150ddcf317d3bb7b8a9779ed 100644
|
| --- a/modules/webmidi/MIDIInput.idl
|
| +++ b/modules/crypto/Key.idl
|
| @@ -30,8 +30,9 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| - ActiveDOMObject,
|
| - EventTarget
|
| -] interface MIDIInput : MIDIPort {
|
| - attribute EventListener onmidimessage;
|
| +] interface Key {
|
| + readonly attribute DOMString type;
|
| + readonly attribute boolean extractable;
|
| + readonly attribute Algorithm algorithm;
|
| + readonly attribute DOMString[] usages;
|
| };
|
|
|