hexonaut / haxe-dom

A cross-platform implementation of the DOM. Built to reduce duplicate code across server and client.
MIT License
46 stars 4 forks source link

First class support for monitoring attach/detach from DOM #26

Open hexonaut opened 9 years ago

hexonaut commented 9 years ago

It's often useful to be notified when an element is added/removed from the DOM. This should be provided in DomTools.

hexonaut commented 9 years ago

Mostly done. Waiting on dom4 support for MutationObservers.