summaryrefslogtreecommitdiff
path: root/packages/webapi/apply.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/webapi/apply.js')
-rw-r--r--packages/webapi/apply.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/webapi/apply.js b/packages/webapi/apply.js
deleted file mode 100644
index 4efd06fe1..000000000
--- a/packages/webapi/apply.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { polyfill } from './mod.js'
-
-export * from './mod.js'
-
-polyfill(globalThis)