Open
Bug 1770430
Opened 4 years ago
Updated 4 years ago
Refactor Blob::text/arrayBuffer on top of DOM Streams
Categories
(Core :: DOM: File, task)
Core
DOM: File
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
Details
... to better align to the spec:
- https://w3c.github.io/FileAPI/#text-method-algo
- https://w3c.github.io/FileAPI/#arraybuffer-method-algo
Doing so must make sure not to cause any performance regression.
You need to log in
before you can comment on or make changes to this bug.
Description
•