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
node_modules\restructure\dist\src\DecodeStream.js:72
const ret = this.view[key](this.pos, false);
^
RangeError: Offset is outside the bounds of the DataView
at DataView.prototype.getUint32 (<anonymous>)
at $8ae20583b93e4933$export$c18b354bac7948e9.<computed> [as readUInt32BE]
...
The text was updated successfully, but these errors were encountered:
Given this structure:
The encoding/toBuffer part works fine:
But its decoding/fromBuffer fails and crashes:
The crash:
The text was updated successfully, but these errors were encountered: