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 there, I've been reading the documentation and the examples, but I'm not able to understand how could I integrate worker-dom with my Vite + LitElement project.
I installed the library, then imported it as a module:
Hi there, I've been reading the documentation and the examples, but I'm not able to understand how could I integrate worker-dom with my Vite + LitElement project.
I installed the library, then imported it as a module:
And upgraded my component, after copying the worker-dom/dist folder to my project's static folder:
Using a simple worker file, just to test it works:
I can see that worler-dom code is added to the file:
It seems to work, but finally returns an error when executing test.worker.js:
Could anyone please help me?
The text was updated successfully, but these errors were encountered: