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

Opt out of using JS DOM #8

Closed hexonaut closed 10 years ago

hexonaut commented 10 years ago

Ability to opt-out of using js.html.* externs using a conditional compiler flag. This is useful for things such as NodeJS which is JavaScript, but doesn't support the DOM.