mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172
This commit is contained in:
parent
f44d75e5b2
commit
27e760e28d
20 changed files with 565 additions and 326 deletions
|
@ -215,6 +215,7 @@ pub mod event;
|
|||
pub mod eventdispatcher;
|
||||
pub mod eventtarget;
|
||||
pub mod file;
|
||||
pub mod filereader;
|
||||
pub mod formdata;
|
||||
pub mod htmlanchorelement;
|
||||
pub mod htmlappletelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue