interface ServiceWorkerTarget
Represents the available domain APIs in ServiceWorker targets
fetch |
A domain for letting clients substitute browser's network layer with client code. abstract val fetch: FetchDomain |
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 |
target |
Supports additional targets discovery and allows to attach to them. abstract val target: TargetDomain |