Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider injecting Buffer to window in standalone script #333

Open
way2ex opened this issue Oct 11, 2023 · 0 comments
Open

Consider injecting Buffer to window in standalone script #333

way2ex opened this issue Oct 11, 2023 · 0 comments

Comments

@way2ex
Copy link

way2ex commented Oct 11, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant