mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02: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`.
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
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'
|