mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Implement MessageEvent.
This commit is contained in:
parent
e8996d5ce5
commit
d40b97ea73
5 changed files with 116 additions and 0 deletions
|
@ -40,6 +40,7 @@ pub enum EventTypeId {
|
|||
CustomEventTypeId,
|
||||
HTMLEventTypeId,
|
||||
KeyEventTypeId,
|
||||
MessageEventTypeId,
|
||||
MouseEventTypeId,
|
||||
ProgressEventTypeId,
|
||||
UIEventTypeId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue