ladybird/Userland/Libraries/LibWeb/FileAPI
Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible
Stop worrying about tiny OOMs. Work towards #20449.

While going through these, I also changed the function signature in many
places where returning ThrowCompletionOr<T> is no longer necessary.
2023-08-13 15:38:42 +02:00
..
Blob.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Blob.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Blob.idl LibWeb: Implement FileAPI::Blob::stream() 2023-06-14 06:27:04 +02:00
BlobURLStore.cpp LibWeb: Implement an ephemeral Blob URL store 2023-08-02 00:52:33 +01:00
BlobURLStore.h LibWeb: Implement an ephemeral Blob URL store 2023-08-02 00:52:33 +01:00
File.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
File.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
File.idl LibWeb: Port IDL implementations Blob and File to new String 2023-02-26 00:27:22 +01:00
FileList.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
FileList.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
FileList.idl LibWeb: Add FileList from the FileAPI spec 2022-10-04 22:05:14 +02:00