You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Buffer can be obtained by window.buffer.Buffer. But many application and library use Buffer as a global variable. They offen use Buffer.from() not buffer.Buffer.from().
I suggest that we can provide a window.Buffer in standalone script.
If there is something I can do for helping this work, just let me know. Thanks for your great work!
The text was updated successfully, but these errors were encountered:
Currently
Buffer
can be obtained bywindow.buffer.Buffer
. But many application and library useBuffer
as a global variable. They offen useBuffer.from()
notbuffer.Buffer.from()
.I suggest that we can provide a
window.Buffer
in standalone script.If there is something I can do for helping this work, just let me know. Thanks for your great work!
The text was updated successfully, but these errors were encountered: