chrome-devtools-kotlin / org.hildan.chrome.devtools.targets / SharedWorkerTarget

SharedWorkerTarget

interface SharedWorkerTarget

Represents the available domain APIs in SharedWorker targets

Properties

inspector

abstract val inspector: InspectorDomain

io

Input/Output operations for streams produced by DevTools.

abstract val io: IODomain

network

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.

abstract val network: NetworkDomain

schema

This domain is deprecated.

abstract val schema: SchemaDomain

target

Supports additional targets discovery and allows to attach to them.

abstract val target: TargetDomain