Skip to content

Commit 0987fec

Browse files
committed
[GitHub Actions] Updated macos-11.0 binaries
1 parent 5ee79cc commit 0987fec

8 files changed

+3
-2
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export interface HttpResponse {
150150

151151
/** Every HttpResponse MUST have an attached abort handler IF you do not respond
152152
* to it immediately inside of the callback. Returning from an Http request handler
153-
* without attaching (by calling onAborted) an abort handler is ill-use and will termiante.
153+
* without attaching (by calling onAborted) an abort handler is ill-use and will terminate.
154154
* When this event emits, the response has been aborted and may not be used. */
155155
onAborted(handler: () => void) : HttpResponse;
156156

@@ -249,6 +249,7 @@ export interface WebSocketBehavior {
249249
export interface AppOptions {
250250
key_file_name?: RecognizedString;
251251
cert_file_name?: RecognizedString;
252+
ca_file_name?: RecognizedString;
252253
passphrase?: RecognizedString;
253254
dh_params_file_name?: RecognizedString;
254255
/** This translates to SSL_MODE_RELEASE_BUFFERS */

source_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e23d6eda45162194622749bd7e6d88b5133c2997
1+
c35f534663fa14b5a0a4ba9beb57a63b9ae1a5a9

uws_darwin_arm64_108.node

0 Bytes
Binary file not shown.

uws_darwin_arm64_83.node

0 Bytes
Binary file not shown.

uws_darwin_arm64_93.node

0 Bytes
Binary file not shown.

uws_darwin_x64_108.node

0 Bytes
Binary file not shown.

uws_darwin_x64_83.node

0 Bytes
Binary file not shown.

uws_darwin_x64_93.node

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)