Module browsing_context

Source
Expand description

Liberally derived from the Firefox JS implementation. Connection point for remote devtools that wish to investigate a particular Browsing Contextโ€™s contents. Supports dynamic attaching and detaching which control notifications of navigation, etc.

Structsยง

BrowsingContextActor ๐Ÿ”’
The browsing context actor encompasses all of the other supporting actors when debugging a web view. To this extent, it contains a watcher actor that helps when communicating with the host, as well as resource actors that each perform one debugging function.
BrowsingContextActorMsg
BrowsingContextTraits ๐Ÿ”’
FrameUpdateMsg ๐Ÿ”’
FrameUpdateReply ๐Ÿ”’
ListWorkersReply ๐Ÿ”’
TabNavigated ๐Ÿ”’

Enumsยง

TargetType ๐Ÿ”’