ladybird/Userland/Services
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
..
ImageDecoder ImageDecoder: Pass decoded images as Gfx::Bitmap over IPC 2024-07-18 09:05:10 +02:00
RequestServer RequestServer: Make the ThreadPool global 2024-07-23 08:56:59 +02:00
WebContent Bindings: Make item_value return an Optional<JS::Value> 2024-07-26 14:26:16 +02:00
WebDriver Meta+CMake: Remove unused CMake functions and features 2024-06-05 12:23:54 -04:00
WebWorker LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00