Closed miladmostavi closed 8 years ago
Our version of Buffer slice returns the original copy in Firefox 48+.
slice
https://github.com/feross/buffer/issues/120
This is the fix added to buffer: https://github.com/feross/buffer/pull/97
This PR basically updates the buffer package to fix the issue.
Found an issue with Safari and ES6 syntax. Working on a fix.
The issue is resolved now. Bonus: lightwallet now works in MSFT Edge.
Great!
Bonus: lightwallet now works in MSFT Edge.
Nice bonus! 👍
Our version of Buffer
slice
returns the original copy in Firefox 48+.https://github.com/feross/buffer/issues/120
This is the fix added to buffer: https://github.com/feross/buffer/pull/97
This PR basically updates the buffer package to fix the issue.