mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
added ErrorEvent WebIDL and errorevent.rs
This commit is contained in:
parent
90b0369cdf
commit
cbed366bea
7 changed files with 154 additions and 33 deletions
|
@ -33,7 +33,8 @@ pub enum EventTypeId {
|
|||
MessageEventTypeId,
|
||||
MouseEventTypeId,
|
||||
ProgressEventTypeId,
|
||||
UIEventTypeId
|
||||
UIEventTypeId,
|
||||
ErrorEventTypeId
|
||||
}
|
||||
|
||||
#[deriving(PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue