keichi / binary-parser

A blazing-fast declarative parser builder for binary data
MIT License
864 stars 134 forks source link

fix(TextEncoding): Binary Parser not work in old browsers #162

Closed szaboge closed 3 years ago

szaboge commented 3 years ago

Binary Parser not work in old browsers because it's don't have TextDecoder. fast-text-encoding package added to increase compatibility.

szaboge commented 3 years ago

Will close #161

yuhr commented 3 years ago

It's pretty easy thing, let me leave some commits...