Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(BinaryHelper): Use latin1 for text decoding
Latin1 is single byte encoding, which is what we want for a 1-to-1 conversion of the arraybuffer to a string.
- Loading branch information