near / borsh-js

TypeScript/JavaScript implementation of Binary Object Representation Serializer for Hashing
Apache License 2.0
112 stars 38 forks source link

Change TextDecoder resolution to not rely on `global` #40

Closed dimfeld closed 2 years ago

dimfeld commented 2 years ago

global does not exist in the browser without Node polyfills, and we shouldn't assume their presence.

Fixes #38

glennmichael123 commented 2 years ago

@volovyk-s thank you thank you thank you! you have no idea how merging this fix solved a lot of problems for me 😭

brianzzzasd commented 2 years ago

@volovyk-s thank you sir 🙇