puppeteer/new-docs/puppeteer.protocol.serviceworker.serviceworkerversion.scriptresponsetime.md
2020-07-13 14:01:35 +01:00

743 B

Home > puppeteer > Protocol > ServiceWorker > ServiceWorkerVersion > scriptResponseTime

Protocol.ServiceWorker.ServiceWorkerVersion.scriptResponseTime property

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.

Signature:

scriptResponseTime?: number;