Open Janther opened 3 years ago
When working on a Prettier plugin for Remix I discovered that SharedArrayBuffer will require cross-origin isolation.
SharedArrayBuffer
[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.
Not sure how this will impact the browser friendly version of this library but you might need to check if this can be addressed.
When working on a Prettier plugin for Remix I discovered that
SharedArrayBuffer
will require cross-origin isolation.Not sure how this will impact the browser friendly version of this library but you might need to check if this can be addressed.