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, 5 insertions, 0 deletions
diff --git a/packages/webapi/apply.js b/packages/webapi/apply.js
new file mode 100644
index 000000000..4efd06fe1
--- /dev/null
+++ b/packages/webapi/apply.js
@@ -0,0 +1,5 @@
+import { polyfill } from './mod.js'
+
+export * from './mod.js'
+
+polyfill(globalThis)