Files
ladybird/Userland/Libraries/LibWeb/FileAPI/Blob.cpp
Linus Groh bc68539e26 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.
2022-07-17 21:08:10 +01:00

8.9 KiB