Module event

Module event 

Source
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

ModuleEvents
browsingContextload, domContentLoaded, navigationStarted, navigationFailed
elementadded, removed, attributeChanged
networkbeforeRequestSent, responseStarted, responseCompleted

Structs§

Event
An event notification from remote end to local end.
EventReply
A reply from local end to remote end for events requiring a decision.

Enums§

ParsedEvent
Parsed event types for type-safe handling.