1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 11:45:06 +00:00
serenity/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 LibWeb: Introduce Blob 2022-07-17 00:23:19 +01:00