Skip to content

Commit 52680fc

Browse files
committed
Specify alpn is an array
1 parent 5f36f5c commit 52680fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ At any point during the creation of the {{Socket}} instance, `connect` may throw
330330
{{alpn}} member
331331
</dt>
332332
<dd>
333-
The Application-Layer Protocol Negotiation list to send. If the server agrees with one of the protocols specified in this list, it will return the matching protocol in the {{info}} property. May be specified if and only if {{secureTransport}} is `on` or `starttls`.
333+
The Application-Layer Protocol Negotiation list to send, as an array of strings. If the server agrees with one of the protocols specified in this list, it will return the matching protocol in the {{info}} property. May be specified if and only if {{secureTransport}} is `on` or `starttls`.
334334
</dd>
335335
<dt>
336336
{{sni}} member

0 commit comments

Comments
 (0)