mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
|
@ -99,6 +99,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"Event",
|
||||
"EventTarget",
|
||||
"File",
|
||||
"FileReader",
|
||||
"FormData",
|
||||
"HTMLAnchorElement",
|
||||
"HTMLAppletElement",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue