From f2ee035544733dc07f55e8b5c62c6000ca4e133a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 2 Nov 2023 16:54:52 +0000 Subject: [PATCH] Small grammar fix in `opened` description --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 51e85fa..c4fbb25 100644 --- a/index.bs +++ b/index.bs @@ -169,7 +169,7 @@ The {{writable}} attribute is a {{WritableStream}} which sends data to the serve

opened

The {{opened}} attribute is a promise that is resolved when the socket connection has been -successfully established, or is rejected if the connection fails. For sockets use secure-transport, +successfully established, or is rejected if the connection fails. For sockets which use secure-transport, the resolution of the {{opened}} promise indicates the completion of the secure handshake. The {{opened}} promise resolves a {{SocketInfo}} dictionary that optionally provides details