byteface / domonic

Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
https://domonic.readthedocs.io/
MIT License
129 stars 13 forks source link

Implemented MutationObserver #68

Open 7HR4IZ3 opened 4 months ago

7HR4IZ3 commented 4 months ago

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