SerenityOS build: Monday, July 18
Images 💾⌗
- serenity-i686-20220718-bc68539.img.gz (Raw image, 127.19 MiB)
- serenity-i686-20220718-bc68539.vdi.gz (VirtualBox VDI, 127 MiB)
Last commit ⭐⌗
commit bc68539e269a8d2a7d5774766020272c1818cd8b
Author: Linus Groh <mail@linusgroh.de>
AuthorDate: Sun Jul 17 18:23:27 2022 +0100
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Sun Jul 17 21:08:10 2022 +0100
LibWeb: Add & use TRY_OR_RETURN_OOM macro
This is a convenient way to return a DOM exception for operations that
return ErrorOr and only have an OOM failure path.
Other builds