mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
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.
This commit is contained in:
parent
47616210b6
commit
77d32fcb5f
7 changed files with 545 additions and 0 deletions
|
@ -221,6 +221,7 @@ set(SOURCES
|
|||
FileAPI/BlobURLStore.cpp
|
||||
FileAPI/File.cpp
|
||||
FileAPI/FileList.cpp
|
||||
FileAPI/FileReader.cpp
|
||||
FontCache.cpp
|
||||
Geometry/DOMMatrix.cpp
|
||||
Geometry/DOMMatrixReadOnly.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue