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
Compatibility with Nodejs? MutationObserver will support Observers on global object or specific objects.
What is the feature you are proposing to solve the problem?
Can I use this MutationObserver for node module's objects declaration tracking and observing declared objects on current nodejs version 18.14.2 LTS, and 19.7.0 Current? Any polyfill also should do.
What is the problem this feature will solve?
Compatibility with Nodejs? MutationObserver will support Observers on global object or specific objects.
What is the feature you are proposing to solve the problem?
Can I use this MutationObserver for node module's objects declaration tracking and observing declared objects on current nodejs version 18.14.2 LTS, and 19.7.0 Current? Any polyfill also should do.
https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
What alternatives have you considered?
None. Recommendation for support of similar feature; alternatively.
The text was updated successfully, but these errors were encountered: