We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Importing protobuf.js v6.0.0 or master from rawgit gives
v6.0.0
master
protobuf.js:7 Uncaught Error: Cannot find module '_process'(…)
on Chromium 54.0.2840.100
Minimal code:
<html> <head> <script src="https://cdn.rawgit.com/dcodeIO/protobuf.js/master/dist/protobuf.js"></script> </head> </html>
The text was updated successfully, but these errors were encountered:
51fe456
No branches or pull requests
Importing protobuf.js
v6.0.0
ormaster
from rawgit givesprotobuf.js:7 Uncaught Error: Cannot find module '_process'(…)
on Chromium 54.0.2840.100
Minimal code:
The text was updated successfully, but these errors were encountered: