source:
node_modules/swagger-client/es/helpers/abortcontroller-ponyfill.browser.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 156 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | // we're targeting browsers that already support fetch API |
2 | const { | |
3 | AbortController, | |
4 | AbortSignal | |
5 | } = globalThis; | |
6 | export { AbortController, AbortSignal }; |
Note:
See TracBrowser
for help on using the repository browser.