cryptocoinjs / base-x

Encode/decode any base
MIT License
312 stars 75 forks source link

Fix: Base map fill undefined #54

Closed johnjayasingh closed 5 years ago

johnjayasingh commented 5 years ago

In few android platforms running this causes error on React Native development

flexxnn commented 5 years ago

+1 fill is not supported in IE and Safari too https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/fill

fanatid commented 5 years ago

Moved to #61