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

Passed arguments everywhere to buffer.readUInt32BE() to avoid some errors #81

Merged
merged 2 commits into from
Sep 25, 2020

Conversation

ortexx
Copy link
Contributor

@ortexx ortexx commented Sep 21, 2020

webpack/node-libs-browser#93

Webpack 4 now is a stable version. It uses node-libs for Buffer polyfill that is not completely compatible with the nodejs implementation. In node-libs a lot of optional arguments are required, so we get an offset error in the browser calling buffer.readUInt32BE without an argument.

…rors

webpack/node-libs-browser#93
Webpack 4 now is a stable version. It uses node-libs for Buffer polyfill that is not completely compatible with the nodejs implemintation. In node-libs a lot of optional arguments are required, so we get an offset error in the browser calling buffer.readUInt32BE without an argument.
@Zazama Zazama merged commit 63c248b into Zazama:master Sep 25, 2020
@Zazama
Copy link
Owner

Zazama commented Sep 25, 2020

Published with 0.1.19 👍

@ortexx
Copy link
Contributor Author

ortexx commented Sep 26, 2020 via email

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

Successfully merging this pull request may close these issues.

2 participants