| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index fc05380cd4247fc12c9743a45ef40ef46293c9dd..463bfe2eafa1c385dcd885b9df99b5c6ec4d4949 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4076,7 +4076,8 @@
|
| { "name": "runningStatus", "$ref": "ServiceWorkerVersionRunningStatus" },
|
| { "name": "status", "$ref": "ServiceWorkerVersionStatus" },
|
| { "name": "scriptLastModified", "type": "number", "optional": true, "description": "The Last-Modified header value of the main script." },
|
| - { "name": "scriptResponseTime", "type": "number", "optional": true, "description": "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." }
|
| + { "name": "scriptResponseTime", "type": "number", "optional": true, "description": "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." },
|
| + { "name": "workerId", "type": "string" }
|
| ]
|
| },
|
| {
|
| @@ -4146,6 +4147,13 @@
|
| "handlers": ["browser"]
|
| },
|
| {
|
| + "name": "detachWorker",
|
| + "parameters": [
|
| + { "name": "workerId", "type": "string" }
|
| + ],
|
| + "handlers": ["browser"]
|
| + },
|
| + {
|
| "name": "setDebugOnStart",
|
| "parameters": [
|
| { "name": "debugOnStart", "type": "boolean" }
|
|
|