Implement MediaList interface

This commit is contained in:
Nazım Can Altınova 2016-12-02 01:19:20 +03:00
parent 5abbc9f696
commit c052835281
10 changed files with 207 additions and 32 deletions

View file

@ -368,6 +368,7 @@ pub mod imagedata;
pub mod keyboardevent;
pub mod location;
pub mod mediaerror;
pub mod medialist;
pub mod mediaquerylist;
pub mod messageevent;
pub mod mimetype;