| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 78344e8f3b0ad5d504f6a258c59e2d1e0cd1ebf9..47ee5e270d2697b9ef83d49c00414f57bfcfeeb9 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4106,7 +4106,8 @@
|
| { "name": "scriptURL", "type": "string" },
|
| { "name": "runningStatus", "$ref": "ServiceWorkerVersionRunningStatus" },
|
| { "name": "status", "$ref": "ServiceWorkerVersionStatus" },
|
| - { "name": "updateTime", "type": "number", "optional": true}
|
| + { "name": "scriptLastModified", "type": "number", "optional": true},
|
| + { "name": "scriptResponseTime", "type": "number", "optional": true}
|
| ]
|
| },
|
| {
|
|
|