mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-03 14:00:10 -05:00
[GitHub Actions] Updated ubuntu-latest binaries
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -150,7 +150,7 @@ export interface HttpResponse {
|
||||
|
||||
/** Every HttpResponse MUST have an attached abort handler IF you do not respond
|
||||
* to it immediately inside of the callback. Returning from an Http request handler
|
||||
* without attaching (by calling onAborted) an abort handler is ill-use and will termiante.
|
||||
* without attaching (by calling onAborted) an abort handler is ill-use and will terminate.
|
||||
* When this event emits, the response has been aborted and may not be used. */
|
||||
onAborted(handler: () => void) : HttpResponse;
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
03b4fb8169f05886514b6dadce660c696fe61eac
|
||||
c35f534663fa14b5a0a4ba9beb57a63b9ae1a5a9
|
||||
|
||||
Reference in New Issue
Block a user