browserify / sha.js

Streamable SHA hashes in pure javascript
Other
288 stars 60 forks source link

check if DataView exist before using instanceof check #6

Closed TimBeyer closed 10 years ago

TimBeyer commented 10 years ago

Currently old browsers die with a ReferenceError: DataView is not defined. This makes sure they don't.

dominictarr commented 10 years ago

thanks looks good.

dominictarr commented 10 years ago

published as 2.1.8

dominictarr commented 10 years ago

also available in crypto-browserify@3.0.2