Implement MediaQueryListEvent interface

This commit is contained in:
bd339 2016-12-19 00:11:01 +01:00
parent d918c14247
commit 57a70893eb
3 changed files with 98 additions and 0 deletions

View file

@ -371,6 +371,7 @@ pub mod location;
pub mod mediaerror;
pub mod medialist;
pub mod mediaquerylist;
pub mod mediaquerylistevent;
pub mod messageevent;
pub mod mimetype;
pub mod mimetypearray;