Skip to content
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

Implemented MutationObserver #68

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

7HR4IZ3
Copy link

@7HR4IZ3 7HR4IZ3 commented Feb 5, 2024

I added MutationObserver and MutationRecord classes implemented according to the html specification.

Added MutationRecord and MutationObserver classes
Added a global instantiation of the 'current' variable which was previously only created when looping through the child of the target node, but is also accessed outside the loop causing the function to fail for single nodes with no children.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant