Expand description
Event message types. Event message types.
Events are notifications sent from the remote end (extension) to the local end (Rust) when browser activity occurs.
See ARCHITECTURE.md Section 2.4-2.5 and Section 5 for specification.
§Event Types
| Module | Events |
|---|---|
browsingContext | load, domContentLoaded, navigationStarted, navigationFailed |
element | added, removed, attributeChanged |
network | beforeRequestSent, responseStarted, responseCompleted |
Structs§
- Event
- An event notification from remote end to local end.
- Event
Reply - A reply from local end to remote end for events requiring a decision.
Enums§
- Parsed
Event - Parsed event types for type-safe handling.