mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
@urbit/http-api: fix abort signal
This commit is contained in:
parent
fe5e0456cc
commit
e18e645764
@ -94,7 +94,7 @@ export class Urbit {
|
||||
credentials: 'include',
|
||||
accept: '*',
|
||||
headers,
|
||||
signal: this.abort
|
||||
signal: this.abort.signal
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user