Hi
I have a widget (widget is loaded asynchronous) on website which uses a zoid framework for messaging between iframe and window. Under the hood Zoid framework overrides window opener (zoid/dist/zoid.frameworks.js at b42cc038ec0019165848aa95ebffa652960e61d7 · krakenjs/zoid · GitHub), but recently WIX started to use script (https://static.parastorage.com/services/wix-thunderbolt/dist/overrideGlobals.inline.4859cec3.bundle.min.js) that overrides descriptors for globals and window object as well and makes it readonly. Because of that, widget initialisation fails and it’s not rendered on web page.
Are there some workaround that can help me to bypass that restrictions?
What is the purpose to make window readonly?