Add ProgressEvent interface

This commit is contained in:
Manish Goregaokar 2014-05-08 20:40:17 +05:30
parent 6cbcd98132
commit 2f376a1104
5 changed files with 110 additions and 1 deletions

View file

@ -37,7 +37,8 @@ pub enum EventTypeId {
HTMLEventTypeId,
UIEventTypeId,
MouseEventTypeId,
KeyEventTypeId
KeyEventTypeId,
ProgressEventTypeId
}
#[deriving(Encodable)]