Implement the FileList interface. Fixes #6708

This commit is contained in:
Bogdan Cuza 2015-07-23 19:52:39 +03:00 committed by Bogdan
parent effb17b336
commit 8bc66f97f8
9 changed files with 65 additions and 45 deletions

View file

@ -99,6 +99,7 @@ var interfaceNamesInGlobalScope = [
"Event",
"EventTarget",
"File",
"FileList",
"FileReader",
"FormData",
"HTMLAnchorElement",