BrowserTarget

Represents the available domain APIs in Browser targets

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val browser: BrowserDomain

The Browser domain defines methods and events for browser managing.

Link copied to clipboard
abstract val fetch: FetchDomain

A domain for letting clients substitute browser's network layer with client code.

Link copied to clipboard
abstract val io: IODomain

Input/Output operations for streams produced by DevTools.

Link copied to clipboard
Link copied to clipboard
abstract val security: SecurityDomain

Security

Link copied to clipboard
Link copied to clipboard

The SystemInfo domain defines methods and events for querying low-level system information.

Link copied to clipboard
abstract val target: TargetDomain

Supports additional targets discovery and allows to attach to them.

Link copied to clipboard

The Tethering domain defines methods and events for browser port binding.

Link copied to clipboard