interface WorkerTarget
Represents the available domain APIs in Worker targets
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 |
target |
Supports additional targets discovery and allows to attach to them. abstract val target: TargetDomain |