mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
implementing StorageEvent interface
This commit is contained in:
parent
1432b630d2
commit
db6aeef2ef
4 changed files with 143 additions and 0 deletions
|
@ -37,6 +37,7 @@ pub enum EventTypeId {
|
|||
MessageEvent,
|
||||
MouseEvent,
|
||||
ProgressEvent,
|
||||
StorageEvent,
|
||||
UIEvent,
|
||||
ErrorEvent
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue