-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Nodejs engine in V8 along with browsers #47099
Comments
Node does not have a DOM, so incorporating a |
True. I am looking at something similar to address the |
@bnoordhuis @targos would you wish to consider a node.js Currently, there is a |
What would you do with a |
Same purpose as 1.1: Currently, there is no way I can find the declarations of 1.2: While 2.1: Probably, you can just consider register/ unregister Do you wish to re-consider a 3.1: Raising an alternate feature request for the same #49619 which has an alternative with this https://stackoverflow.com/a/77007865/3204942 |
I don't think MutationObserver does what you think it does. I've commented on the other issue. |
@bnoordhuis i am sure the the problem about
something like this |
the while there are Do also have a look at this as well https://github.com/ganeshkbhat/peps/blob/master/pep-9999.rst . Probably this calls for a different proposal. but just thinking aloud. |
What is the problem this feature will solve?
Can I use this MutationObserver on current nodejs version Current? Support V8 Nodejs engine along with browsers.
webmodules/mutation-observer#14 , https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
What is the feature you are proposing to solve the problem?
Use this MutationObserver on current nodejs version Current? Any polyfill or package will also do.
webmodules/mutation-observer#14 , https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
What alternatives have you considered?
None. The feature will support Nodejs instead of just browsers. webmodules/mutation-observer#14 , https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
The text was updated successfully, but these errors were encountered: