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