Package-level declarations
Types
Link copied to clipboard
class PageSession(val context: Context, val viewport: Viewport?, val config: BrowserConfig, parentJob: Job? = null, val registry: SessionRegistry = SessionRegistry())
Manages the lifecycle, thread safety, state transitions, and ordered teardown of a single page session.
Link copied to clipboard
class SessionRegistry
Counts what happened to a set of sessions.
Link copied to clipboard
Lifecycle states of a page session.