1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-12 06:32:08 +00:00
serenity/Userland/Libraries/LibWeb/FileAPI
Shannon Booth 77d32fcb5f LibWeb: Add an initial implementation for Web::FileAPI::FileReader
Some steps are still to be implemented, namely:
 * Properly aborting the read algorithm
 * Handling BinaryString type properly
 * Setting error on any error

But as it stands, this is enough functionality for the basic case of
reading the contents of a blob using the FileReader API.
2023-09-17 16:37:31 -06:00
..
Blob.cpp
Blob.h LibWeb: Mark Blob::get_stream as public 2023-09-17 16:37:31 -06:00
Blob.idl
BlobURLStore.cpp
BlobURLStore.h
File.cpp
File.h
File.idl
FileList.cpp
FileList.h
FileList.idl
FileReader.cpp LibWeb: Add an initial implementation for Web::FileAPI::FileReader 2023-09-17 16:37:31 -06:00
FileReader.h LibWeb: Add an initial implementation for Web::FileAPI::FileReader 2023-09-17 16:37:31 -06:00
FileReader.idl LibWeb: Add an initial implementation for Web::FileAPI::FileReader 2023-09-17 16:37:31 -06:00