connor4312 / blake3

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly
https://connor4312.github.io/blake3/index.html
MIT License
177 stars 18 forks source link

Stream support for browsers #7

Closed connor4312 closed 4 years ago

connor4312 commented 4 years ago

Browsers have their own TransformStream. Implement that.

connor4312 commented 4 years ago

Nevermind, didn't realize how badly supported they were. Firefox doesn't have support for basic Readable/Writable streams either. So sad.