mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add ProgressEvent interface
This commit is contained in:
parent
6cbcd98132
commit
2f376a1104
5 changed files with 110 additions and 1 deletions
|
@ -37,7 +37,8 @@ pub enum EventTypeId {
|
|||
HTMLEventTypeId,
|
||||
UIEventTypeId,
|
||||
MouseEventTypeId,
|
||||
KeyEventTypeId
|
||||
KeyEventTypeId,
|
||||
ProgressEventTypeId
|
||||
}
|
||||
|
||||
#[deriving(Encodable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue