You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bgrand-ch unfortunately everything that involves the parser (HTML/CSS) requires the DOM related API to be available. For the CSS maybe you can try to use parser-postcss plugin, I'd expect it to work in the worker environment
GrapesJS version
What browser are you using?
114.0.5735.133
Reproducible demo link
Impossible to add a worker to reproduce.
Describe the bug
How to reproduce the bug?
What is the expected behavior?
Use GrapesJS inside a worker without "ReferenceError: document is not defined" error.
What is the current behavior?
ReferenceError: document is not defined.
If is necessary to execute some code in order to reproduce the bug, paste it here below:
plugin.js
worker.js
index.js
Code of Conduct
The text was updated successfully, but these errors were encountered: