Merge pull request #5047 from urbit/lf/fix-abort-signal

@urbit/http-api: fix abort signal
This commit is contained in:
Liam Fitzgerald 2021-06-24 10:41:55 +10:00 committed by GitHub
commit 24e6efe7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ export class Urbit {
credentials: 'include',
accept: '*',
headers,
signal: this.abort
signal: this.abort.signal
};
}