ladybird/Userland/Libraries/LibWeb/FileAPI
Kenneth Myhra 9fe12c1851 LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
This is a minor refactor of IDL::get_buffer_source_copy() letting it
return ErrorOr<ByteBuffer> instead of Optional<ByteBuffer>.

This also updates all places that use IDL::get_buffer_source_copy().
2022-07-22 23:08:28 +01:00
..
Blob.cpp LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional 2022-07-22 23:08:28 +01:00
Blob.h LibWeb: Move extract_body() towards spec compliance 2022-07-18 14:57:58 +01:00
Blob.idl LibWeb: Introduce Blob 2022-07-17 00:23:19 +01:00