The error that is thrown when an attempt is made to read or write to an area of a buffer that is outside the bounds of a supporting Memory instance.
The MemoryRangeError type extends RangeError in order to narrow errors thrown by the invalid use of Memory instances.
RangeError
Initializes a new MemoryRangeError instance.
The message.
Optional parameters to use when constructing this MemoryRangeError
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Generated using TypeDoc
The error that is thrown when an attempt is made to read or write to an area of a buffer that is outside the bounds of a supporting Memory instance.
The MemoryRangeError type extends
RangeError
in order to narrow errors thrown by the invalid use of Memory instances.