WorkerTarget

interface WorkerTarget(source)

Represents the available domain APIs in Worker targets

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val io: IODomain

Input/Output operations for streams produced by DevTools.

Link copied to clipboard
abstract val network: NetworkDomain

Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.

Link copied to clipboard
abstract val target: TargetDomain

Supports additional targets discovery and allows to attach to them.