mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Add basic event dispatch with bubbling, capturing, and propagation interruption.
This commit is contained in:
parent
bb97fd13f3
commit
88f5c2b133
12 changed files with 380 additions and 70 deletions
|
@ -768,7 +768,8 @@ pub enum Error {
|
|||
NotFound,
|
||||
HierarchyRequest,
|
||||
InvalidCharacter,
|
||||
NotSupported
|
||||
NotSupported,
|
||||
InvalidState
|
||||
}
|
||||
|
||||
pub type Fallible<T> = Result<T, Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue