Commit Graph

3 Commits

Author SHA1 Message Date
Shannon Booth
fd4d594856 LibWeb: Default FileReader mime type to application/octet-string
This is not specified, but other browsers appear to have aligned
on falling back to this mime type if it is unknown.
2026-04-09 19:50:38 +02:00
Shannon Booth
8e410f959c LibWeb/FileAPI: Implement aborting a FileReader read
This fixes a timeout for the included WPT test.
2025-01-30 14:25:27 -07:00
Shannon Booth
eca68aad88 LibWeb/FileAPI: Implement FileReader readAsBinaryString 2025-01-28 11:39:23 +00:00