| Index: Source/modules/webusb/USBTransferStatus.idl
|
| diff --git a/Source/modules/notifications/GetNotificationOptions.idl b/Source/modules/webusb/USBTransferStatus.idl
|
| similarity index 57%
|
| copy from Source/modules/notifications/GetNotificationOptions.idl
|
| copy to Source/modules/webusb/USBTransferStatus.idl
|
| index 7ed11aaa37b4cbfe28ddabed476bd21526da63af..84588c7cfc0b9069fe91670c43404c061af58fd8 100644
|
| --- a/Source/modules/notifications/GetNotificationOptions.idl
|
| +++ b/Source/modules/webusb/USBTransferStatus.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.
|
|
|
| -// https://notifications.spec.whatwg.org/#service-worker-api
|
| +// http://reillyeon.github.io/webusb/#idl-def-usbtransferstatus
|
|
|
| -dictionary GetNotificationOptions {
|
| - DOMString tag = "";
|
| +enum USBTransferStatus {
|
| + "ok",
|
| + "stall",
|
| + "babble"
|
| };
|
|
|