matthewmatician / xml-flow

An XML/HTML stream reader, now with less suck!
MIT License
55 stars 18 forks source link

Add onerror emitter #16

Closed jhankim closed 5 years ago

jhankim commented 6 years ago

Addresses #12

Catches saxStream.on('error') so that flow can catch errors properly.

millette commented 6 years ago

Ping! This works. Only thing maybe missing is a test but I wasn't sure how to provoke an error.

matthewmatician commented 5 years ago

Closing this in favor of #20