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

@ -341,6 +341,7 @@ pub mod htmlvideoelement;
pub mod imagedata;
pub mod keyboardevent;
pub mod location;
pub mod mediaerror;
pub mod messageevent;
pub mod mimetype;
pub mod mimetypearray;