From 81ee101e47dc25d4565a272d6151c5280ca3beaa Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sun, 5 Nov 2023 21:34:56 +0000 Subject: [PATCH] Update index.bs --- index.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/index.bs b/index.bs index bac25bd..a4ae9ab 100644 --- a/index.bs +++ b/index.bs @@ -93,7 +93,6 @@ The {{Socket}} class is an instance of the [=socket=] concept. It should not be dictionary SocketInfo { DOMString remoteAddress = null; DOMString localAddress = null; - DOMString sni = null; DOMString alpn = null; };