-
Notifications
You must be signed in to change notification settings - Fork 53
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
Browser? #19
Comments
According to the comments in this issue, it's not designed for the browser. I couldn't comment whether it works well across browsers though (was wondering the same myself). |
@chrismbeckett That's right, it wasn't designed for client-side, it have some node-specific stuff like |
Any chance browser support will be released any time soon? |
@husa If I have time for that, but no guarantees. |
Relevant PR: #27 |
Browserify implicitly adds a huge Buffer polyfill because of the buffer check. It's a part of documented browserify behavior but I don't think that it's a good idea to use the module in browser with the check. |
@everyonesdesign it will be optional behavior in next major release. |
The title does include Node, but I was wondering if this is safe to use in the browser?
The text was updated successfully, but these errors were encountered: