Bug 1749002 Comment 23 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

BTW, Chrome throws `Uncaught RangeError: Array buffer allocation failed` with `new Error(new Int16Array(2147483648))`, and crashes with `new Error(new Int16Array(214748364))` (without the last digit).
BTW, Chrome throws `Uncaught RangeError: Array buffer allocation failed` with `new Error(new Int16Array(2147483648))`, and crashes early with `new Error(new Int16Array(214748364))` (without the last digit).
BTW, Chrome throws `Uncaught RangeError: Array buffer allocation failed` with `new Int16Array(2147483648)`, and crashes early with `new Error(new Int16Array(214748364))` (without the last digit).

Back to Bug 1749002 Comment 23