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.
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 about:config and set the javascript.options.shared_memory preference to true” (https://github.com/ggerganov/kbd-audio/issues/9) The
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 in the parent refresh the table using ajax.