GoogleChrome / dialog-polyfill

Polyfill for the HTML dialog element
BSD 3-Clause "New" or "Revised" License
2.45k stars 245 forks source link

flip to MutationObserver for more things #129

Closed samthor closed 7 years ago

samthor commented 7 years ago

Fixes #103 and #72.

This may actually fix other issues; DOMNodeRemoved wasn't firing as expected. Now the event is set on the element itself, and it's only relevant where we don't have MutationObserver anyway.