source: node_modules/swagger-client/es/helpers/abortcontroller-ponyfill.browser.js@ cfc16a3

main
Last change on this file since cfc16a3 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 156 bytes
Line 
1// we're targeting browsers that already support fetch API
2const {
3 AbortController,
4 AbortSignal
5} = globalThis;
6export { AbortController, AbortSignal };
Note: See TracBrowser for help on using the repository browser.