Skip to content

Commit

Permalink
Merge pull request #25 from wintercg/jasnell-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored Nov 5, 2023
2 parents f2ee035 + 81ee101 commit 91376ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The {{Socket}} class is an instance of the [=socket=] concept. It should not be
dictionary SocketInfo {
DOMString remoteAddress = null;
DOMString localAddress = null;
DOMString alpn = null;
};

[Exposed=*]
Expand Down Expand Up @@ -280,6 +281,8 @@ enum SecureTransportKind { "off", "on", "starttls" };
dictionary SocketOptions {
SecureTransportKind secureTransport = "off";
boolean allowHalfOpen = false;
DOMString sni = null;
DOMString[] alpn = [];
};

[Exposed=*]
Expand Down

0 comments on commit 91376ef

Please sign in to comment.