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 d…
Tag: cross-origin-opener-policy
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 a…
window.opener is NULL with right click on link
I’m using the javascript window.opener property to refresh the parent window in the child window. The parent window cointains just a table with data and a link to the child window, when the child window is opened then executes a js function in the parent using the window.opener property, the js function…