main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
291 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | exports.__esModule = true;
|
---|
4 | exports.AbortSignal = exports.AbortController = void 0;
|
---|
5 | // we're targeting browsers that already support fetch API
|
---|
6 | const {
|
---|
7 | AbortController,
|
---|
8 | AbortSignal
|
---|
9 | } = globalThis;
|
---|
10 | exports.AbortSignal = AbortSignal;
|
---|
11 | exports.AbortController = AbortController; |
---|
Note:
See
TracBrowser
for help on using the repository browser.