Package 

Interface ServiceWorkerTarget


  • 
    public interface ServiceWorkerTarget
    
                        

    Represents the available domain APIs in ServiceWorker targets

    • Method Summary

      Modifier and Type Method Description
      abstract IODomain getIo() Input/Output operations for streams produced by DevTools.
      abstract InspectorDomain getInspector()
      abstract NetworkDomain getNetwork() Network domain allows tracking network activities of the page.
      abstract TargetDomain getTarget() Supports additional targets discovery and allows to attach to them.
      abstract FetchDomain getFetch() A domain for letting clients substitute browser's network layer with client code.
      abstract SchemaDomain getSchema() This domain is deprecated.
      • Methods inherited from class org.hildan.chrome.devtools.targets.ServiceWorkerTarget

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIo

         abstract IODomain getIo()

        Input/Output operations for streams produced by DevTools.

      • 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.

      • getFetch

         abstract FetchDomain getFetch()

        A domain for letting clients substitute browser's network layer with client code.