Index: Source/modules/navigatorconnect/ServicePortConnectResponse.idl |
diff --git a/Source/modules/navigatorconnect/ServicePortConnectOptions.idl b/Source/modules/navigatorconnect/ServicePortConnectResponse.idl |
similarity index 75% |
copy from Source/modules/navigatorconnect/ServicePortConnectOptions.idl |
copy to Source/modules/navigatorconnect/ServicePortConnectResponse.idl |
index 4268cb10aadcb58ac98026693c4743ad8589ffe4..ea7e0977050018ff31ec27bdd8fc5152884efac8 100644 |
--- a/Source/modules/navigatorconnect/ServicePortConnectOptions.idl |
+++ b/Source/modules/navigatorconnect/ServicePortConnectResponse.idl |
@@ -2,9 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortConnectOptions |
+// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortConnectResponse |
-dictionary ServicePortConnectOptions { |
+dictionary ServicePortConnectResponse { |
+ boolean accept; |
DOMString name; |
any data; |
}; |
+ |