1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibWeb/FileAPI
Andreas Kling de424d6879 LibJS: Make Completion.[[Value]] non-optional
Instead, just use js_undefined() whenever the [[Value]] field is unused.
This avoids a whole bunch of presence checks.
2025-04-05 11:20:26 +02:00
..
Blob.cpp LibJS: Make Completion.[[Value]] non-optional 2025-04-05 11:20:26 +02:00
Blob.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Blob.idl
BlobURLStore.cpp LibWeb: Update revokeObjectURL for reported spec bugs 2025-01-22 12:33:55 +00:00
BlobURLStore.h LibWeb: Update revokeObjectURL for reported spec bugs 2025-01-22 12:33:55 +00:00
File.cpp LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
File.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
File.idl
FileList.cpp LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
FileList.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FileList.idl
FileReader.cpp LibWeb/FileAPI: Implement aborting a FileReader read 2025-01-30 14:25:27 -07:00
FileReader.h LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00
FileReader.idl
FileReaderSync.cpp LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00
FileReaderSync.h LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00
FileReaderSync.idl LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00