mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 08:22:55 +00:00
When an integer doesn't fit within the range of an integral type defined by WebIDL, the spec says to throw a `TypeError`, not a `RangeError`.
3 lines
225 B
Text
3 lines
225 B
Text
Made memory [object WebAssembly.Memory] with buffer [object ArrayBuffer] (byteLength 655360)
|
|
After growing buffer (byteLength 983040)
|
|
Got error: 'TypeError: Number '4294967296' is outside of allowed range of 0 to 4294967295'
|