hexonaut / haxe-dom

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

Pretty Print does not load text correctly #20

Closed hexonaut closed 9 years ago

hexonaut commented 10 years ago

Text nodes do not load correctly with PP turned on in HtmlSerializer. Need to allow for ignoring indentation.

hexonaut commented 9 years ago

Decided to remove pretty print for performance reasons. It was a broken feature anyways. Debugging should be done in developer console.