Images 💾

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.