ladybird/Userland/Libraries/LibWeb/FileAPI
Shannon Booth c5c1a8fcc7 Bindings: Make item_value return an Optional<JS::Value>
This removes some ambiguity about what the return value should be if
the index is out of range.

Previously, we would sometimes return a JS null, and other times a JS
undefined.

It will also let us fold together the checks for whether an index is a
supported property index, followed by getting the value just afterwards.
2024-07-26 14:26:16 +02:00
..
Blob.cpp LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
Blob.h LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
Blob.idl LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
BlobURLStore.cpp LibWeb: Implement "Resolve a Blob URL" 2024-05-12 15:46:29 -06:00
BlobURLStore.h LibWeb: Implement "Resolve a Blob URL" 2024-05-12 15:46:29 -06:00
File.cpp
File.h
File.idl
FileList.cpp Bindings: Make item_value return an Optional<JS::Value> 2024-07-26 14:26:16 +02:00
FileList.h Bindings: Make item_value return an Optional<JS::Value> 2024-07-26 14:26:16 +02:00
FileList.idl
FileReader.cpp
FileReader.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
FileReader.idl