Implement load, canPlayType, and error APIs for media elements.

This commit is contained in:
Josh Matthews 2015-11-07 00:43:17 -05:00
parent eae27adc4a
commit 5960fbe604
13 changed files with 121 additions and 148 deletions

View file

@ -192,6 +192,7 @@ var interfaceNamesInGlobalScope = [
"Image",
"KeyboardEvent",
"Location",
"MediaError",
"MessageEvent",
"MimeType",
"MimeTypeArray",