Package 

Interface SharedWorkerTarget


  • 
    public interface SharedWorkerTarget
    
                        

    Represents the available domain APIs in SharedWorker 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 SchemaDomain getSchema() This domain is deprecated.
      • Methods inherited from class org.hildan.chrome.devtools.targets.SharedWorkerTarget

        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.