kevlened / isomorphic-webcrypto

:game_die: webcrypto library for Node, React Native and IE11+
https://www.w3.org/TR/WebCryptoAPI/
MIT License
116 stars 42 forks source link

fix: dont overwrite global.navigator #25

Closed sirpy closed 4 years ago

sirpy commented 4 years ago

react native adds navigator.product='ReactNative' old code overwrote this

kevlened commented 4 years ago

Appreciate the contribution^~