| Index: Source/modules/navigatorconnect/ServicePortCollection.idl
|
| diff --git a/Source/modules/navigatorconnect/ServicePortCollection.idl b/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| index 7f4e921b640e49fa440061a956f9ca743edfdf5c..2380520f017eb3155e16263d7c9a529a26ad7e61 100644
|
| --- a/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| +++ b/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| @@ -7,7 +7,7 @@
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=NavigatorConnect,
|
| ] interface ServicePortCollection : EventTarget {
|
| - [CallWith=ScriptState] Promise<ServicePort> connect(DOMString url, optional ServicePortConnectOptions options);
|
| + [CallWith=ScriptState, RaisesException] Promise<ServicePort> connect(DOMString url, optional ServicePortConnectOptions options);
|
| [CallWith=ScriptState] Promise<ServicePort> match(ServicePortMatchOptions options);
|
| [CallWith=ScriptState] Promise<sequence<ServicePort>> matchAll(optional ServicePortMatchOptions options);
|
| attribute EventHandler onconnect;
|
|
|