buffer icon indicating copy to clipboard operation
buffer copied to clipboard

Consider injecting Buffer to window in standalone script

Open way2ex opened this issue 2 years ago • 0 comments

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!

way2ex avatar Oct 11 '23 06:10 way2ex