ladybird/Userland/Libraries/LibWeb/FileAPI
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
..
Blob.cpp LibWeb: Add & use TRY_OR_RETURN_OOM macro 2022-07-17 21:08:10 +01:00
Blob.h LibWeb: Add & use TRY_OR_RETURN_OOM macro 2022-07-17 21:08:10 +01:00
Blob.idl