You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the node modules that i'm importing uses this method, I'm currently developing in a browser environment, I used a polyfill to access buffer (https://www.npmjs.com/package/node-polyfill-webpack-plugin) that loads this buffer at the latest version.
From the lib that i have to use an error is being throwed saying that Buffer.prototype.writeBigUint64BE isn't defined
The text was updated successfully, but these errors were encountered:
mattiaferrari02
changed the title
Can I use "writeBigInt64BE" ??
writeBigUint64BE isn't defined, but writeBigUInt64BE is
Aug 24, 2022
One of the node modules that i'm importing uses this method, I'm currently developing in a browser environment, I used a polyfill to access buffer (https://www.npmjs.com/package/node-polyfill-webpack-plugin) that loads this buffer at the latest version.
From the lib that i have to use an error is being throwed saying that Buffer.prototype.writeBigUint64BE isn't defined
The text was updated successfully, but these errors were encountered: