diff options
Diffstat (limited to 'src/state/lib/api-polyfill.web.ts')
-rw-r--r-- | src/state/lib/api-polyfill.web.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/state/lib/api-polyfill.web.ts b/src/state/lib/api-polyfill.web.ts deleted file mode 100644 index 1469cf905..000000000 --- a/src/state/lib/api-polyfill.web.ts +++ /dev/null @@ -1,4 +0,0 @@ -export function doPolyfill() { - // TODO needed? native fetch may work fine -prf - // AtpApi.xrpc.fetch = fetchHandler -} |