ladybird/Libraries/LibWeb/FileAPI
Shannon Booth 2fb4fcf4a0 LibWeb/FileAPI: Use HTML EventLoop to wait for promise to be fulfilled
Which will have proper handling of the exection context when performing
a microtask checkpoint. This fixes an assertion to be added in the next
commit where perform_a_microtask_check is invoked on a non-empty
execution context stack.
2025-01-03 10:59:20 +01:00
..
Blob.cpp LibWeb: Add a 'get a reader' helper method on ReadableStream 2024-12-25 12:00:54 +01:00
Blob.h
Blob.idl
BlobURLStore.cpp
BlobURLStore.h
File.cpp
File.h
File.idl
FileList.cpp
FileList.h
FileList.idl
FileReader.cpp LibWeb/FileAPI: Use HTML EventLoop to wait for promise to be fulfilled 2025-01-03 10:59:20 +01:00
FileReader.h
FileReader.idl