-
public interface WorkerTargetRepresents the available domain APIs in Worker targets
-
-
Method Summary
Modifier and Type Method Description abstract IODomaingetIo()Input/Output operations for streams produced by DevTools. abstract NetworkDomaingetNetwork()Network domain allows tracking network activities of the page. abstract TargetDomaingetTarget()Supports additional targets discovery and allows to attach to them. -
-
Method Detail
-
getNetwork
abstract NetworkDomain getNetwork()
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.
-
getTarget
abstract TargetDomain getTarget()
Supports additional targets discovery and allows to attach to them.
-
-
-
-