Add empty MediaStream interface

This commit is contained in:
Manish Goregaokar 2019-01-28 13:10:57 -08:00
parent bafbc0e1c0
commit 8b55d69fe1
3 changed files with 59 additions and 0 deletions

View file

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