Skip to content

Commit 91376ef

Browse files
authored
Merge pull request #25 from wintercg/jasnell-patch-1
2 parents f2ee035 + 81ee101 commit 91376ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: index.bs

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The {{Socket}} class is an instance of the [=socket=] concept. It should not be
9393
dictionary SocketInfo {
9494
DOMString remoteAddress = null;
9595
DOMString localAddress = null;
96+
DOMString alpn = null;
9697
};
9798

9899
[Exposed=*]
@@ -280,6 +281,8 @@ enum SecureTransportKind { "off", "on", "starttls" };
280281
dictionary SocketOptions {
281282
SecureTransportKind secureTransport = "off";
282283
boolean allowHalfOpen = false;
284+
DOMString sni = null;
285+
DOMString[] alpn = [];
283286
};
284287

285288
[Exposed=*]

0 commit comments

Comments
 (0)