aredridel / html5

Event-driven HTML5 Parser in Javascript
http://dinhe.net/~aredridel/projects/js/html5/
MIT License
590 stars 168 forks source link

Parser.parse() async ? #39

Closed 3on closed 12 years ago

3on commented 12 years ago

Is there a way to get Parser.parse to be asynchrone for a string ?

aredridel commented 12 years ago

No, but you can push strings into it using the regular streaming API.