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, I'm a web developer, and I loved your extension, but I encountered some issues while using it.
Since your extension runs with Node, when I try to declare a DOM element, I receive an error and it stops displaying things because there's no DOM element in Node.
Quokka.js doesn't have access to DOM elements, so it treats every DOM element as null.
I would like to know if you could add an option in the configuration to make your extention run like if it was runing in a browser. So that I can declare dom elements and use localStorage, etc without any issues.
The text was updated successfully, but these errors were encountered:
Hi, I'm a web developer, and I loved your extension, but I encountered some issues while using it.
Since your extension runs with Node, when I try to declare a DOM element, I receive an error and it stops displaying things because there's no DOM element in Node.
Quokka.js doesn't have access to DOM elements, so it treats every DOM element as null.
I would like to know if you could add an option in the configuration to make your extention run like if it was runing in a browser. So that I can declare dom elements and use localStorage, etc without any issues.
The text was updated successfully, but these errors were encountered: