Open MarketingPip opened 2 months ago
When using the esm build function you may face issues with 'localStorage'....
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
I am facing the same issue when using esm.sh/run in playwright using page.setContent. Why does esm.sh/run need to use localStorage? Is it possible to have a script that does not need localStorage access?
esm.sh/run
When using the esm build function you may face issues with 'localStorage'....