Module events

Module events 

Source
Expand description

Event system infrastructure for browser context.

This module provides the event handling infrastructure for BrowserContext, including event handlers, handler IDs, and event emitters.

Structs§

ContextEventManager
Context event manager that handles all context-level events.
EventEmitter
Event emitter for managing typed event handlers.
HandlerId
A unique identifier for an event handler.
WaitForPageBuilder
Builder for waiting for a page during an action.

Type Aliases§

CloseEventHandler
Type alias for the close event handler function.
PageEventHandler
Type alias for the page event handler function.