Skip to content
Advertisement

Tag: cross-origin-opener-policy

SharedArrayBuffer error showing up when making cross origin request

We have a local development enviorment (localhost/) that communicates with our development API on a remote server (api-dev.host.com). After the latest Chrome upgrade, I am getting the following console error when attempting to communicate from localhost to the remote server: While the link in the error does display some information, it is unclear to me how to fix this issue.

React Error: “SharedArrayBuffer is not defined” in Firefox

I have a React app, created with ‘create-react-app’ (I also use jsdom NPM package), and for some reason, the application throws an error on load Only in Firefox (works fine in Chrome & Edge). Here is the error: After some Googling I found: “To enable SharedArrayBuffer in Firefox, go to about:config and set the javascript.options.shared_memory preference to true” (https://github.com/ggerganov/kbd-audio/issues/9) The

Advertisement