Implement TimeRanges interface

This commit is contained in:
Fernando Jiménez Moreno 2018-10-26 16:54:35 +02:00
parent 662fd0afa4
commit 664d5cd2fa
9 changed files with 281 additions and 28 deletions

View file

@ -458,6 +458,7 @@ pub mod text;
pub mod textcontrol;
pub mod textdecoder;
pub mod textencoder;
pub mod timeranges;
pub mod touch;
pub mod touchevent;
pub mod touchlist;