SerenityOS build: Friday, May 26
Images 💾⌗
- serenity-x86_64-20230526-706a20c.img.gz (Raw image, 183.12 MiB)
Last commit ⭐⌗
commit 706a20c4d4acbfc9eb9d980969f29e4b1c7a4d1c
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Thu May 25 11:22:01 2023 -0400
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Fri May 26 05:23:55 2023 +0200
LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1
This is a normative change in the ECMA-262 spec. See:
https://github.com/tc39/ecma262/commit/25f9744
Other builds