exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework

Home Page:https://ultrajs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow es-module-shim to be passed in locally

mashaal opened this issue · comments

sharedArrayBuffer has security requirements which mean we can't use the es-module-shims library from a CDN.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements

We should allow passing in a local path to the shim, and maybe, thinking for the future, an option for removing the shim all together?