jimhigson / oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.
http://jimhigson.github.io/oboe.js-website/index.html
Other
4.79k stars 208 forks source link

fail method is triggered without any error information #162

Closed christian-bromann closed 6 years ago

christian-bromann commented 6 years ago

Every once in a while the fail method is triggered with an unknown error. All I get is:

{ "thrown": {} }

Anyone an idea where this could come from?

christian-bromann commented 6 years ago

My bad, did a stringify on it which vanishes the error.