File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ changes:
782782 verification fails; ` err.code ` contains the OpenSSL error code. Defaults to
783783 ` true ` .
784784 * ` NPNProtocols ` {string[ ] |Buffer[ ] |Uint8Array[ ] |Buffer|Uint8Array}
785- An array of strings, Buffer` s or ` Uint8Array` s, or a single ` Buffer` or
785+ An array of strings, ` Buffer ` s or ` Uint8Array ` s, or a single ` Buffer ` or
786786 ` Uint8Array ` containing supported NPN protocols. ` Buffer ` s should have the
787787 format ` [len][name][len][name]... ` e.g. ` 0x05hello0x05world ` , where the
788788 first byte is the length of the next protocol name. Passing an array is
@@ -1034,7 +1034,7 @@ changes:
10341034 connection which is not authorized with the list of supplied CAs. This
10351035 option only has an effect if ` requestCert ` is ` true ` . Defaults to ` true ` .
10361036 * ` NPNProtocols ` {string[ ] |Buffer[ ] |Uint8Array[ ] |Buffer|Uint8Array}
1037- An array of strings, Buffer` s or ` Uint8Array` s, or a single ` Buffer` or
1037+ An array of strings, ` Buffer ` s or ` Uint8Array ` s, or a single ` Buffer ` or
10381038 ` Uint8Array ` containing supported NPN protocols. ` Buffer ` s should have the
10391039 format ` [len][name][len][name]... ` e.g. ` 0x05hello0x05world ` , where the
10401040 first byte is the length of the next protocol name. Passing an array is
You can’t perform that action at this time.
0 commit comments