[GitHub Actions] Updated ubuntu-latest binaries

This commit is contained in:
Alex Hultman
2022-05-04 18:03:05 +00:00
parent d4e34597c1
commit bcaf51efc2
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View File

@@ -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;

View File

@@ -1 +1 @@
03b4fb8169f05886514b6dadce660c696fe61eac
c35f534663fa14b5a0a4ba9beb57a63b9ae1a5a9