Class ServiceWorkerVersion


  • public class ServiceWorkerVersion
    extends java.lang.Object
    ServiceWorker version.
    • Method Detail

      • getVersionId

        public java.lang.String getVersionId()
      • getScriptURL

        public java.lang.String getScriptURL()
      • getScriptLastModified

        public java.lang.Number getScriptLastModified()
        The Last-Modified header value of the main script.
      • getScriptResponseTime

        public java.lang.Number getScriptResponseTime()
        The time at which the response headers of the main script were received from the server. For cached script it is the last time the cache entry was validated.
      • getControlledClients

        public java.util.List<TargetID> getControlledClients()
      • getTargetId

        public TargetID getTargetId()