devtools-protocol 0.0.1261483 → 0.0.1262535

Sign up to get free protection for your applications and to get access to all the features.
@@ -407,7 +407,7 @@
407
407
  },
408
408
  {
409
409
  "name": "frameId",
410
- "description": "The frame for whose document the AX tree should be retrieved.\nIf omited, the root frame is used.",
410
+ "description": "The frame for whose document the AX tree should be retrieved.\nIf omitted, the root frame is used.",
411
411
  "optional": true,
412
412
  "$ref": "Page.FrameId"
413
413
  }
@@ -503,7 +503,7 @@
503
503
  },
504
504
  {
505
505
  "name": "queryAXTree",
506
- "description": "Query a DOM node's accessibility subtree for accessible name and role.\nThis command computes the name and role for all nodes in the subtree, including those that are\nignored for accessibility, and returns those that mactch the specified name and role. If no DOM\nnode is specified, or the DOM node does not exist, the command returns an error. If neither\n`accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree.",
506
+ "description": "Query a DOM node's accessibility subtree for accessible name and role.\nThis command computes the name and role for all nodes in the subtree, including those that are\nignored for accessibility, and returns those that match the specified name and role. If no DOM\nnode is specified, or the DOM node does not exist, the command returns an error. If neither\n`accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree.",
507
507
  "experimental": true,
508
508
  "parameters": [
509
509
  {
@@ -2176,7 +2176,7 @@
2176
2176
  "properties": [
2177
2177
  {
2178
2178
  "name": "addressFields",
2179
- "description": "A two dimension array containing the repesentation of values from an address profile.",
2179
+ "description": "A two dimension array containing the representation of values from an address profile.",
2180
2180
  "type": "array",
2181
2181
  "items": {
2182
2182
  "$ref": "AddressFields"
@@ -2554,6 +2554,7 @@
2554
2554
  "protectedMediaIdentifier",
2555
2555
  "sensors",
2556
2556
  "storageAccess",
2557
+ "speakerSelection",
2557
2558
  "topLevelStorageAccess",
2558
2559
  "videoCapture",
2559
2560
  "videoCapturePanTiltZoom",
@@ -2749,7 +2750,7 @@
2749
2750
  "parameters": [
2750
2751
  {
2751
2752
  "name": "behavior",
2752
- "description": "Whether to allow all or deny all download requests, or use default Chrome behavior if\navailable (otherwise deny). |allowAndName| allows download and names files according to\ntheir dowmload guids.",
2753
+ "description": "Whether to allow all or deny all download requests, or use default Chrome behavior if\navailable (otherwise deny). |allowAndName| allows download and names files according to\ntheir download guids.",
2753
2754
  "type": "string",
2754
2755
  "enum": [
2755
2756
  "deny",
@@ -3264,7 +3265,7 @@
3264
3265
  },
3265
3266
  {
3266
3267
  "name": "sourceURL",
3267
- "description": "Stylesheet resource URL. Empty if this is a constructed stylesheet created using\nnew CSSStyleSheet() (but non-empty if this is a constructed sylesheet imported\nas a CSS module script).",
3268
+ "description": "Stylesheet resource URL. Empty if this is a constructed stylesheet created using\nnew CSSStyleSheet() (but non-empty if this is a constructed stylesheet imported\nas a CSS module script).",
3268
3269
  "type": "string"
3269
3270
  },
3270
3271
  {
@@ -6000,7 +6001,7 @@
6000
6001
  "parameters": [
6001
6002
  {
6002
6003
  "name": "nodeId",
6003
- "description": "Id of the node to retrieve attibutes for.",
6004
+ "description": "Id of the node to retrieve attributes for.",
6004
6005
  "$ref": "NodeId"
6005
6006
  }
6006
6007
  ],
@@ -8689,7 +8690,7 @@
8689
8690
  },
8690
8691
  {
8691
8692
  "id": "UserAgentBrandVersion",
8692
- "description": "Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints",
8693
+ "description": "Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints",
8693
8694
  "experimental": true,
8694
8695
  "type": "object",
8695
8696
  "properties": [
@@ -8705,7 +8706,7 @@
8705
8706
  },
8706
8707
  {
8707
8708
  "id": "UserAgentMetadata",
8708
- "description": "Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints\nMissing optional values will be filled in by the target with what it would normally use.",
8709
+ "description": "Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints\nMissing optional values will be filled in by the target with what it would normally use.",
8709
8710
  "experimental": true,
8710
8711
  "type": "object",
8711
8712
  "properties": [
@@ -9204,7 +9205,7 @@
9204
9205
  },
9205
9206
  {
9206
9207
  "name": "setSensorOverrideReadings",
9207
- "description": "Updates the sensor readings reported by a sensor type previously overriden\nby setSensorOverrideEnabled.",
9208
+ "description": "Updates the sensor readings reported by a sensor type previously overridden\nby setSensorOverrideEnabled.",
9208
9209
  "experimental": true,
9209
9210
  "parameters": [
9210
9211
  {
@@ -9345,7 +9346,7 @@
9345
9346
  "parameters": [
9346
9347
  {
9347
9348
  "name": "timezoneId",
9348
- "description": "The timezone identifier. If empty, disables the override and\nrestores default host system timezone.",
9349
+ "description": "The timezone identifier. List of supported timezones:\nhttps://source.chromium.org/chromium/chromium/deps/icu.git/+/faee8bc70570192d82d2978a71e2a615788597d1:source/data/misc/metaZones.txt\nIf empty, disables the override and restores default host system timezone.",
9349
9350
  "type": "string"
9350
9351
  }
9351
9352
  ]
@@ -9395,7 +9396,7 @@
9395
9396
  },
9396
9397
  {
9397
9398
  "name": "setUserAgentOverride",
9398
- "description": "Allows overriding user agent with the given string.",
9399
+ "description": "Allows overriding user agent with the given string.\n`userAgentMetadata` must be set for Client Hint headers to be sent.",
9399
9400
  "parameters": [
9400
9401
  {
9401
9402
  "name": "userAgent",
@@ -9573,7 +9574,7 @@
9573
9574
  },
9574
9575
  {
9575
9576
  "name": "offset",
9576
- "description": "Seek to the specified offset before reading (if not specificed, proceed with offset\nfollowing the last read). Some types of streams may only support sequential reads.",
9577
+ "description": "Seek to the specified offset before reading (if not specified, proceed with offset\nfollowing the last read). Some types of streams may only support sequential reads.",
9577
9578
  "optional": true,
9578
9579
  "type": "integer"
9579
9580
  },
@@ -10457,7 +10458,7 @@
10457
10458
  },
10458
10459
  {
10459
10460
  "name": "imeSetComposition",
10460
- "description": "This method sets the current candidate text for ime.\nUse imeCommitComposition to commit the final text.\nUse imeSetComposition with empty string as text to cancel composition.",
10461
+ "description": "This method sets the current candidate text for IME.\nUse imeCommitComposition to commit the final text.\nUse imeSetComposition with empty string as text to cancel composition.",
10461
10462
  "experimental": true,
10462
10463
  "parameters": [
10463
10464
  {
@@ -11329,7 +11330,7 @@
11329
11330
  "parameters": [
11330
11331
  {
11331
11332
  "name": "layers",
11332
- "description": "Layer tree, absent if not in the comspositing mode.",
11333
+ "description": "Layer tree, absent if not in the compositing mode.",
11333
11334
  "optional": true,
11334
11335
  "type": "array",
11335
11336
  "items": {
@@ -12059,7 +12060,7 @@
12059
12060
  },
12060
12061
  {
12061
12062
  "name": "isSameSite",
12062
- "description": "True if this resource request is considered to be the 'same site' as the\nrequest correspondinfg to the main frame.",
12063
+ "description": "True if this resource request is considered to be the 'same site' as the\nrequest corresponding to the main frame.",
12063
12064
  "experimental": true,
12064
12065
  "optional": true,
12065
12066
  "type": "boolean"
@@ -12355,6 +12356,17 @@
12355
12356
  "unspecifiedReason"
12356
12357
  ]
12357
12358
  },
12359
+ {
12360
+ "id": "ServiceWorkerRouterSource",
12361
+ "description": "Source of service worker router.",
12362
+ "type": "string",
12363
+ "enum": [
12364
+ "network",
12365
+ "cache",
12366
+ "fetch-event",
12367
+ "race-network-and-fetch-handler"
12368
+ ]
12369
+ },
12358
12370
  {
12359
12371
  "id": "ServiceWorkerRouterInfo",
12360
12372
  "experimental": true,
@@ -12363,6 +12375,10 @@
12363
12375
  {
12364
12376
  "name": "ruleIdMatched",
12365
12377
  "type": "integer"
12378
+ },
12379
+ {
12380
+ "name": "matchedSourceType",
12381
+ "$ref": "ServiceWorkerRouterSource"
12366
12382
  }
12367
12383
  ]
12368
12384
  },
@@ -12463,7 +12479,7 @@
12463
12479
  },
12464
12480
  {
12465
12481
  "name": "serviceWorkerRouterInfo",
12466
- "description": "Infomation about how Service Worker Static Router was used.",
12482
+ "description": "Information about how Service Worker Static Router was used.",
12467
12483
  "experimental": true,
12468
12484
  "optional": true,
12469
12485
  "$ref": "ServiceWorkerRouterInfo"
@@ -13267,7 +13283,7 @@
13267
13283
  },
13268
13284
  {
13269
13285
  "name": "errors",
13270
- "description": "Errors occurred while handling the signed exchagne.",
13286
+ "description": "Errors occurred while handling the signed exchange.",
13271
13287
  "optional": true,
13272
13288
  "type": "array",
13273
13289
  "items": {
@@ -14407,7 +14423,7 @@
14407
14423
  },
14408
14424
  {
14409
14425
  "name": "errorText",
14410
- "description": "User friendly error message.",
14426
+ "description": "Error message. List of network errors: https://cs.chromium.org/chromium/src/net/base/net_error_list.h",
14411
14427
  "type": "string"
14412
14428
  },
14413
14429
  {
@@ -14986,7 +15002,7 @@
14986
15002
  },
14987
15003
  {
14988
15004
  "name": "cookiePartitionKeyOpaque",
14989
- "description": "True if partitioned cookies are enabled, but the partition key is not serializeable to string.",
15005
+ "description": "True if partitioned cookies are enabled, but the partition key is not serializable to string.",
14990
15006
  "optional": true,
14991
15007
  "type": "boolean"
14992
15008
  },
@@ -15199,7 +15215,7 @@
15199
15215
  "properties": [
15200
15216
  {
15201
15217
  "name": "parentOutlineColor",
15202
- "description": "the color to outline the givent element in.",
15218
+ "description": "the color to outline the given element in.",
15203
15219
  "$ref": "DOM.RGBA"
15204
15220
  },
15205
15221
  {
@@ -15715,7 +15731,7 @@
15715
15731
  },
15716
15732
  {
15717
15733
  "name": "selectedPlatform",
15718
- "description": "Seleted platforms to show the overlay.",
15734
+ "description": "Selected platforms to show the overlay.",
15719
15735
  "type": "string"
15720
15736
  },
15721
15737
  {
@@ -15907,7 +15923,7 @@
15907
15923
  },
15908
15924
  {
15909
15925
  "name": "highlightFrame",
15910
- "description": "Highlights owner element of the frame with given id.\nDeprecated: Doesn't work reliablity and cannot be fixed due to process\nseparatation (the owner node might be in a different process). Determine\nthe owner node in the client and use highlightNode.",
15926
+ "description": "Highlights owner element of the frame with given id.\nDeprecated: Doesn't work reliably and cannot be fixed due to process\nseparation (the owner node might be in a different process). Determine\nthe owner node in the client and use highlightNode.",
15911
15927
  "deprecated": true,
15912
15928
  "parameters": [
15913
15929
  {
@@ -16499,6 +16515,7 @@
16499
16515
  "shared-storage",
16500
16516
  "shared-storage-select-url",
16501
16517
  "smart-card",
16518
+ "speaker-selection",
16502
16519
  "storage-access",
16503
16520
  "sub-apps",
16504
16521
  "sync-xhr",
@@ -16989,7 +17006,7 @@
16989
17006
  },
16990
17007
  {
16991
17008
  "name": "critical",
16992
- "description": "If criticial, this is a non-recoverable parse error.",
17009
+ "description": "If critical, this is a non-recoverable parse error.",
16993
17010
  "type": "integer"
16994
17011
  },
16995
17012
  {
@@ -17313,7 +17330,7 @@
17313
17330
  },
17314
17331
  {
17315
17332
  "id": "AutoResponseMode",
17316
- "description": "Enum of possible auto-reponse for permisison / prompt dialogs.",
17333
+ "description": "Enum of possible auto-response for permission / prompt dialogs.",
17317
17334
  "experimental": true,
17318
17335
  "type": "string",
17319
17336
  "enum": [
@@ -17404,7 +17421,6 @@
17404
17421
  "SubresourceHasCacheControlNoCache",
17405
17422
  "ContainsPlugins",
17406
17423
  "DocumentLoaded",
17407
- "DedicatedWorkerOrWorklet",
17408
17424
  "OutstandingNetworkRequestOthers",
17409
17425
  "RequestedMIDIPermission",
17410
17426
  "RequestedAudioCapturePermission",
@@ -18681,7 +18697,7 @@
18681
18697
  },
18682
18698
  {
18683
18699
  "name": "produceCompilationCache",
18684
- "description": "Requests backend to produce compilation cache for the specified scripts.\n`scripts` are appeneded to the list of scripts for which the cache\nwould be produced. The list may be reset during page navigation.\nWhen script with a matching URL is encountered, the cache is optionally\nproduced upon backend discretion, based on internal heuristics.\nSee also: `Page.compilationCacheProduced`.",
18700
+ "description": "Requests backend to produce compilation cache for the specified scripts.\n`scripts` are appended to the list of scripts for which the cache\nwould be produced. The list may be reset during page navigation.\nWhen script with a matching URL is encountered, the cache is optionally\nproduced upon backend discretion, based on internal heuristics.\nSee also: `Page.compilationCacheProduced`.",
18685
18701
  "experimental": true,
18686
18702
  "parameters": [
18687
18703
  {
@@ -19089,7 +19105,7 @@
19089
19105
  },
19090
19106
  {
19091
19107
  "name": "hasBrowserHandler",
19092
- "description": "True iff browser is capable showing or acting on the given dialog. When browser has no\ndialog handler for given target, calling alert while Page domain is engaged will stall\nthe page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.",
19108
+ "description": "True if browser is capable showing or acting on the given dialog. When browser has no\ndialog handler for given target, calling alert while Page domain is engaged will stall\nthe page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.",
19093
19109
  "type": "boolean"
19094
19110
  },
19095
19111
  {
@@ -19131,7 +19147,7 @@
19131
19147
  "parameters": [
19132
19148
  {
19133
19149
  "name": "loaderId",
19134
- "description": "The loader id for the associated navgation.",
19150
+ "description": "The loader id for the associated navigation.",
19135
19151
  "$ref": "Network.LoaderId"
19136
19152
  },
19137
19153
  {
@@ -19461,7 +19477,7 @@
19461
19477
  },
19462
19478
  {
19463
19479
  "name": "type",
19464
- "description": "The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype\nThis determines which of the optional \"details\" fiedls is present.",
19480
+ "description": "The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype\nThis determines which of the optional \"details\" fields is present.",
19465
19481
  "type": "string"
19466
19482
  },
19467
19483
  {
@@ -19623,7 +19639,7 @@
19623
19639
  },
19624
19640
  {
19625
19641
  "name": "certificateHasWeakSignature",
19626
- "description": "True if the certificate uses a weak signature aglorithm.",
19642
+ "description": "True if the certificate uses a weak signature algorithm.",
19627
19643
  "type": "boolean"
19628
19644
  },
19629
19645
  {
@@ -21830,7 +21846,7 @@
21830
21846
  },
21831
21847
  {
21832
21848
  "name": "params",
21833
- "description": "The sub-parameters warapped by `params` are all optional and their\npresence/absence depends on `type`.",
21849
+ "description": "The sub-parameters wrapped by `params` are all optional and their\npresence/absence depends on `type`.",
21834
21850
  "$ref": "SharedStorageAccessParams"
21835
21851
  }
21836
21852
  ]
@@ -22224,6 +22240,7 @@
22224
22240
  },
22225
22241
  {
22226
22242
  "name": "title",
22243
+ "description": "List of types: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/devtools_agent_host_impl.cc?ss=chromium&q=f:devtools%20-f:out%20%22::kTypeTab%5B%5D%22",
22227
22244
  "type": "string"
22228
22245
  },
22229
22246
  {
@@ -22277,7 +22294,7 @@
22277
22294
  "properties": [
22278
22295
  {
22279
22296
  "name": "exclude",
22280
- "description": "If set, causes exclusion of mathcing targets from the list.",
22297
+ "description": "If set, causes exclusion of matching targets from the list.",
22281
22298
  "optional": true,
22282
22299
  "type": "boolean"
22283
22300
  },
@@ -22380,7 +22397,7 @@
22380
22397
  },
22381
22398
  {
22382
22399
  "name": "exposeDevToolsProtocol",
22383
- "description": "Inject object to the target's main frame that provides a communication\nchannel with browser target.\n\nInjected object will be available as `window[bindingName]`.\n\nThe object has the follwing API:\n- `binding.send(json)` - a method to send messages over the remote debugging protocol\n- `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.",
22400
+ "description": "Inject object to the target's main frame that provides a communication\nchannel with browser target.\n\nInjected object will be available as `window[bindingName]`.\n\nThe object has the following API:\n- `binding.send(json)` - a method to send messages over the remote debugging protocol\n- `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.",
22384
22401
  "experimental": true,
22385
22402
  "parameters": [
22386
22403
  {
@@ -24860,7 +24877,7 @@
24860
24877
  },
24861
24878
  {
24862
24879
  "name": "errorType",
24863
- "description": "Error information\n`errorMessage` is null iff `errorType` is null.",
24880
+ "description": "Error information\n`errorMessage` is null if `errorType` is null.",
24864
24881
  "optional": true,
24865
24882
  "$ref": "RuleSetErrorType"
24866
24883
  },
@@ -24925,7 +24942,7 @@
24925
24942
  },
24926
24943
  {
24927
24944
  "id": "PreloadingAttemptSource",
24928
- "description": "Lists sources for a preloading attempt, specifically the ids of rule sets\nthat had a speculation rule that triggered the attempt, and the\nBackendNodeIds of <a href> or <area href> elements that triggered the\nattempt (in the case of attempts triggered by a document rule). It is\npossible for mulitple rule sets and links to trigger a single attempt.",
24945
+ "description": "Lists sources for a preloading attempt, specifically the ids of rule sets\nthat had a speculation rule that triggered the attempt, and the\nBackendNodeIds of <a href> or <area href> elements that triggered the\nattempt (in the case of attempts triggered by a document rule). It is\npossible for multiple rule sets and links to trigger a single attempt.",
24929
24946
  "type": "object",
24930
24947
  "properties": [
24931
24948
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1261483",
3
+ "version": "0.0.1262535",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -217,7 +217,7 @@ experimental domain Accessibility
217
217
  # If omitted, the full tree is returned.
218
218
  optional integer depth
219
219
  # The frame for whose document the AX tree should be retrieved.
220
- # If omited, the root frame is used.
220
+ # If omitted, the root frame is used.
221
221
  optional Page.FrameId frameId
222
222
  returns
223
223
  array of AXNode nodes
@@ -258,7 +258,7 @@ experimental domain Accessibility
258
258
 
259
259
  # Query a DOM node's accessibility subtree for accessible name and role.
260
260
  # This command computes the name and role for all nodes in the subtree, including those that are
261
- # ignored for accessibility, and returns those that mactch the specified name and role. If no DOM
261
+ # ignored for accessibility, and returns those that match the specified name and role. If no DOM
262
262
  # node is specified, or the DOM node does not exist, the command returns an error. If neither
263
263
  # `accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree.
264
264
  experimental command queryAXTree
@@ -1087,7 +1087,7 @@ experimental domain Autofill
1087
1087
  # Munich 81456
1088
1088
  type AddressUI extends object
1089
1089
  properties
1090
- # A two dimension array containing the repesentation of values from an address profile.
1090
+ # A two dimension array containing the representation of values from an address profile.
1091
1091
  array of AddressFields addressFields
1092
1092
 
1093
1093
  # Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.
@@ -1270,6 +1270,7 @@ domain Browser
1270
1270
  protectedMediaIdentifier
1271
1271
  sensors
1272
1272
  storageAccess
1273
+ speakerSelection
1273
1274
  topLevelStorageAccess
1274
1275
  videoCapture
1275
1276
  videoCapturePanTiltZoom
@@ -1338,7 +1339,7 @@ domain Browser
1338
1339
  parameters
1339
1340
  # Whether to allow all or deny all download requests, or use default Chrome behavior if
1340
1341
  # available (otherwise deny). |allowAndName| allows download and names files according to
1341
- # their dowmload guids.
1342
+ # their download guids.
1342
1343
  enum behavior
1343
1344
  deny
1344
1345
  allow
@@ -1605,7 +1606,7 @@ experimental domain CSS
1605
1606
  # Owner frame identifier.
1606
1607
  Page.FrameId frameId
1607
1608
  # Stylesheet resource URL. Empty if this is a constructed stylesheet created using
1608
- # new CSSStyleSheet() (but non-empty if this is a constructed sylesheet imported
1609
+ # new CSSStyleSheet() (but non-empty if this is a constructed stylesheet imported
1609
1610
  # as a CSS module script).
1610
1611
  string sourceURL
1611
1612
  # URL of source map associated with the stylesheet (if any).
@@ -2817,7 +2818,7 @@ domain DOM
2817
2818
  # Returns attributes for the specified node.
2818
2819
  command getAttributes
2819
2820
  parameters
2820
- # Id of the node to retrieve attibutes for.
2821
+ # Id of the node to retrieve attributes for.
2821
2822
  NodeId nodeId
2822
2823
  returns
2823
2824
  # An interleaved array of node attribute names and values.
@@ -3985,13 +3986,13 @@ domain Emulation
3985
3986
  pause
3986
3987
  pauseIfNetworkFetchesPending
3987
3988
 
3988
- # Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
3989
+ # Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
3989
3990
  experimental type UserAgentBrandVersion extends object
3990
3991
  properties
3991
3992
  string brand
3992
3993
  string version
3993
3994
 
3994
- # Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
3995
+ # Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
3995
3996
  # Missing optional values will be filled in by the target with what it would normally use.
3996
3997
  experimental type UserAgentMetadata extends object
3997
3998
  properties
@@ -4200,7 +4201,7 @@ domain Emulation
4200
4201
  SensorType type
4201
4202
  optional SensorMetadata metadata
4202
4203
 
4203
- # Updates the sensor readings reported by a sensor type previously overriden
4204
+ # Updates the sensor readings reported by a sensor type previously overridden
4204
4205
  # by setSensorOverrideEnabled.
4205
4206
  experimental command setSensorOverrideReadings
4206
4207
  parameters
@@ -4271,8 +4272,9 @@ domain Emulation
4271
4272
  # Overrides default host system timezone with the specified one.
4272
4273
  command setTimezoneOverride
4273
4274
  parameters
4274
- # The timezone identifier. If empty, disables the override and
4275
- # restores default host system timezone.
4275
+ # The timezone identifier. List of supported timezones:
4276
+ # https://source.chromium.org/chromium/chromium/deps/icu.git/+/faee8bc70570192d82d2978a71e2a615788597d1:source/data/misc/metaZones.txt
4277
+ # If empty, disables the override and restores default host system timezone.
4276
4278
  string timezoneId
4277
4279
 
4278
4280
  # Resizes the frame/viewport of the page. Note that this does not affect the frame's container
@@ -4305,6 +4307,7 @@ domain Emulation
4305
4307
  integer hardwareConcurrency
4306
4308
 
4307
4309
  # Allows overriding user agent with the given string.
4310
+ # `userAgentMetadata` must be set for Client Hint headers to be sent.
4308
4311
  command setUserAgentOverride
4309
4312
  parameters
4310
4313
  # User agent to use.
@@ -4391,7 +4394,7 @@ domain IO
4391
4394
  parameters
4392
4395
  # Handle of the stream to read.
4393
4396
  StreamHandle handle
4394
- # Seek to the specified offset before reading (if not specificed, proceed with offset
4397
+ # Seek to the specified offset before reading (if not specified, proceed with offset
4395
4398
  # following the last read). Some types of streams may only support sequential reads.
4396
4399
  optional integer offset
4397
4400
  # Maximum number of bytes to read (left upon the agent discretion if not specified).
@@ -4775,7 +4778,7 @@ domain Input
4775
4778
  # The text to insert.
4776
4779
  string text
4777
4780
 
4778
- # This method sets the current candidate text for ime.
4781
+ # This method sets the current candidate text for IME.
4779
4782
  # Use imeCommitComposition to commit the final text.
4780
4783
  # Use imeSetComposition with empty string as text to cancel composition.
4781
4784
  experimental command imeSetComposition
@@ -5155,7 +5158,7 @@ experimental domain LayerTree
5155
5158
 
5156
5159
  event layerTreeDidChange
5157
5160
  parameters
5158
- # Layer tree, absent if not in the comspositing mode.
5161
+ # Layer tree, absent if not in the compositing mode.
5159
5162
  optional array of Layer layers
5160
5163
 
5161
5164
  # Provides access to log entries.
@@ -5532,7 +5535,7 @@ domain Network
5532
5535
  # passed by the developer (e.g. via "fetch") as understood by the backend.
5533
5536
  experimental optional TrustTokenParams trustTokenParams
5534
5537
  # True if this resource request is considered to be the 'same site' as the
5535
- # request correspondinfg to the main frame.
5538
+ # request corresponding to the main frame.
5536
5539
  experimental optional boolean isSameSite
5537
5540
 
5538
5541
  # Details of a signed certificate timestamp (SCT).
@@ -5736,9 +5739,18 @@ domain Network
5736
5739
  # This value is used when the reason is unknown.
5737
5740
  unspecifiedReason
5738
5741
 
5742
+ # Source of service worker router.
5743
+ type ServiceWorkerRouterSource extends string
5744
+ enum
5745
+ network
5746
+ cache
5747
+ fetch-event
5748
+ race-network-and-fetch-handler
5749
+
5739
5750
  experimental type ServiceWorkerRouterInfo extends object
5740
5751
  properties
5741
5752
  integer ruleIdMatched
5753
+ ServiceWorkerRouterSource matchedSourceType
5742
5754
 
5743
5755
  # HTTP response data.
5744
5756
  type Response extends object
@@ -5775,7 +5787,7 @@ domain Network
5775
5787
  optional boolean fromServiceWorker
5776
5788
  # Specifies that the request was served from the prefetch cache.
5777
5789
  optional boolean fromPrefetchCache
5778
- # Infomation about how Service Worker Static Router was used.
5790
+ # Information about how Service Worker Static Router was used.
5779
5791
  experimental optional ServiceWorkerRouterInfo serviceWorkerRouterInfo
5780
5792
  # Total number of bytes received for this request so far.
5781
5793
  number encodedDataLength
@@ -5911,7 +5923,7 @@ domain Network
5911
5923
  # The cookie had the "Secure" attribute but was not received over a secure connection.
5912
5924
  SecureOnly
5913
5925
  # The cookie had the "SameSite=Strict" attribute but came from a cross-origin response.
5914
- # This includes navigation requests intitiated by other origins.
5926
+ # This includes navigation requests initiated by other origins.
5915
5927
  SameSiteStrict
5916
5928
  # The cookie had the "SameSite=Lax" attribute but came from a cross-origin response.
5917
5929
  SameSiteLax
@@ -5945,7 +5957,7 @@ domain Network
5945
5957
  UnknownError
5946
5958
  # The cookie had the "SameSite=Strict" attribute but came from a response
5947
5959
  # with the same registrable domain but a different scheme.
5948
- # This includes navigation requests intitiated by other origins.
5960
+ # This includes navigation requests initiated by other origins.
5949
5961
  # This is the "Schemeful Same-Site" version of the blocked reason.
5950
5962
  SchemefulSameSiteStrict
5951
5963
  # The cookie had the "SameSite=Lax" attribute but came from a response
@@ -6007,7 +6019,7 @@ domain Network
6007
6019
  UnknownError
6008
6020
  # The cookie had the "SameSite=Strict" attribute but came from a response
6009
6021
  # with the same registrable domain but a different scheme.
6010
- # This includes navigation requests intitiated by other origins.
6022
+ # This includes navigation requests initiated by other origins.
6011
6023
  # This is the "Schemeful Same-Site" version of the blocked reason.
6012
6024
  SchemefulSameSiteStrict
6013
6025
  # The cookie had the "SameSite=Lax" attribute but came from a response
@@ -6234,7 +6246,7 @@ domain Network
6234
6246
  optional SignedExchangeHeader header
6235
6247
  # Security details for the signed exchange header.
6236
6248
  optional SecurityDetails securityDetails
6237
- # Errors occurred while handling the signed exchagne.
6249
+ # Errors occurred while handling the signed exchange.
6238
6250
  optional array of SignedExchangeError errors
6239
6251
 
6240
6252
  # List of content encodings supported by the backend.
@@ -6587,7 +6599,7 @@ domain Network
6587
6599
  MonotonicTime timestamp
6588
6600
  # Resource type.
6589
6601
  ResourceType type
6590
- # User friendly error message.
6602
+ # Error message. List of network errors: https://cs.chromium.org/chromium/src/net/base/net_error_list.h
6591
6603
  string errorText
6592
6604
  # True if loading was canceled.
6593
6605
  optional boolean canceled
@@ -6888,7 +6900,7 @@ domain Network
6888
6900
  # The cookie partition key that will be used to store partitioned cookies set in this response.
6889
6901
  # Only sent when partitioned cookies are enabled.
6890
6902
  optional string cookiePartitionKey
6891
- # True if partitioned cookies are enabled, but the partition key is not serializeable to string.
6903
+ # True if partitioned cookies are enabled, but the partition key is not serializable to string.
6892
6904
  optional boolean cookiePartitionKeyOpaque
6893
6905
  # A list of cookies which should have been blocked by 3PCD but are exempted and stored from
6894
6906
  # the response with the corresponding reason.
@@ -7132,7 +7144,7 @@ experimental domain Overlay
7132
7144
  # Configuration data for drawing the source order of an elements children.
7133
7145
  type SourceOrderConfig extends object
7134
7146
  properties
7135
- # the color to outline the givent element in.
7147
+ # the color to outline the given element in.
7136
7148
  DOM.RGBA parentOutlineColor
7137
7149
  # the color to outline the child elements in.
7138
7150
  DOM.RGBA childOutlineColor
@@ -7332,7 +7344,7 @@ experimental domain Overlay
7332
7344
  properties
7333
7345
  # Whether the title bar CSS should be shown when emulating the Window Controls Overlay.
7334
7346
  boolean showCSS
7335
- # Seleted platforms to show the overlay.
7347
+ # Selected platforms to show the overlay.
7336
7348
  string selectedPlatform
7337
7349
  # The theme color defined in app manifest.
7338
7350
  string themeColor
@@ -7420,8 +7432,8 @@ experimental domain Overlay
7420
7432
  command hideHighlight
7421
7433
 
7422
7434
  # Highlights owner element of the frame with given id.
7423
- # Deprecated: Doesn't work reliablity and cannot be fixed due to process
7424
- # separatation (the owner node might be in a different process). Determine
7435
+ # Deprecated: Doesn't work reliably and cannot be fixed due to process
7436
+ # separation (the owner node might be in a different process). Determine
7425
7437
  # the owner node in the client and use highlightNode.
7426
7438
  deprecated command highlightFrame
7427
7439
  parameters
@@ -7761,6 +7773,7 @@ domain Page
7761
7773
  shared-storage
7762
7774
  shared-storage-select-url
7763
7775
  smart-card
7776
+ speaker-selection
7764
7777
  storage-access
7765
7778
  sub-apps
7766
7779
  sync-xhr
@@ -7987,7 +8000,7 @@ domain Page
7987
8000
  properties
7988
8001
  # Error message.
7989
8002
  string message
7990
- # If criticial, this is a non-recoverable parse error.
8003
+ # If critical, this is a non-recoverable parse error.
7991
8004
  integer critical
7992
8005
  # Error line.
7993
8006
  integer line
@@ -8644,7 +8657,7 @@ domain Page
8644
8657
  experimental command stopScreencast
8645
8658
 
8646
8659
  # Requests backend to produce compilation cache for the specified scripts.
8647
- # `scripts` are appeneded to the list of scripts for which the cache
8660
+ # `scripts` are appended to the list of scripts for which the cache
8648
8661
  # would be produced. The list may be reset during page navigation.
8649
8662
  # When script with a matching URL is encountered, the cache is optionally
8650
8663
  # produced upon backend discretion, based on internal heuristics.
@@ -8664,7 +8677,7 @@ domain Page
8664
8677
  # Clears seeded compilation cache.
8665
8678
  experimental command clearCompilationCache
8666
8679
 
8667
- # Enum of possible auto-reponse for permisison / prompt dialogs.
8680
+ # Enum of possible auto-response for permission / prompt dialogs.
8668
8681
  experimental type AutoResponseMode extends string
8669
8682
  enum
8670
8683
  none
@@ -8859,7 +8872,7 @@ domain Page
8859
8872
  string message
8860
8873
  # Dialog type.
8861
8874
  DialogType type
8862
- # True iff browser is capable showing or acting on the given dialog. When browser has no
8875
+ # True if browser is capable showing or acting on the given dialog. When browser has no
8863
8876
  # dialog handler for given target, calling alert while Page domain is engaged will stall
8864
8877
  # the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.
8865
8878
  boolean hasBrowserHandler
@@ -8945,7 +8958,6 @@ domain Page
8945
8958
  SubresourceHasCacheControlNoCache
8946
8959
  ContainsPlugins
8947
8960
  DocumentLoaded
8948
- DedicatedWorkerOrWorklet
8949
8961
  OutstandingNetworkRequestOthers
8950
8962
  RequestedMIDIPermission
8951
8963
  RequestedAudioCapturePermission
@@ -9062,7 +9074,7 @@ domain Page
9062
9074
  # when bfcache navigation fails.
9063
9075
  experimental event backForwardCacheNotUsed
9064
9076
  parameters
9065
- # The loader id for the associated navgation.
9077
+ # The loader id for the associated navigation.
9066
9078
  Network.LoaderId loaderId
9067
9079
  # The frame id of the associated frame.
9068
9080
  FrameId frameId
@@ -9219,7 +9231,7 @@ experimental domain PerformanceTimeline
9219
9231
  # Identifies the frame that this event is related to. Empty for non-frame targets.
9220
9232
  Page.FrameId frameId
9221
9233
  # The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype
9222
- # This determines which of the optional "details" fiedls is present.
9234
+ # This determines which of the optional "details" fields is present.
9223
9235
  string type
9224
9236
  # Name may be empty depending on the type.
9225
9237
  string name
@@ -9295,7 +9307,7 @@ domain Security
9295
9307
  Network.TimeSinceEpoch validTo
9296
9308
  # The highest priority network error code, if the certificate has an error.
9297
9309
  optional string certificateNetworkError
9298
- # True if the certificate uses a weak signature aglorithm.
9310
+ # True if the certificate uses a weak signature algorithm.
9299
9311
  boolean certificateHasWeakSignature
9300
9312
  # True if the certificate has a SHA1 signature in the chain.
9301
9313
  boolean certificateHasSha1Signature
@@ -10082,7 +10094,7 @@ experimental domain Storage
10082
10094
  Page.FrameId mainFrameId
10083
10095
  # Serialized origin for the context that invoked the Shared Storage API.
10084
10096
  string ownerOrigin
10085
- # The sub-parameters warapped by `params` are all optional and their
10097
+ # The sub-parameters wrapped by `params` are all optional and their
10086
10098
  # presence/absence depends on `type`.
10087
10099
  SharedStorageAccessParams params
10088
10100
 
@@ -10438,6 +10450,7 @@ domain Target
10438
10450
  properties
10439
10451
  TargetID targetId
10440
10452
  string type
10453
+ # List of types: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/devtools_agent_host_impl.cc?ss=chromium&q=f:devtools%20-f:out%20%22::kTypeTab%5B%5D%22
10441
10454
  string title
10442
10455
  string url
10443
10456
  # Whether the target has an attached client.
@@ -10456,7 +10469,7 @@ domain Target
10456
10469
  # A filter used by target query/discovery/auto-attach operations.
10457
10470
  experimental type FilterEntry extends object
10458
10471
  properties
10459
- # If set, causes exclusion of mathcing targets from the list.
10472
+ # If set, causes exclusion of matching targets from the list.
10460
10473
  optional boolean exclude
10461
10474
  # If not present, matches any type.
10462
10475
  optional string type
@@ -10510,7 +10523,7 @@ domain Target
10510
10523
  #
10511
10524
  # Injected object will be available as `window[bindingName]`.
10512
10525
  #
10513
- # The object has the follwing API:
10526
+ # The object has the following API:
10514
10527
  # - `binding.send(json)` - a method to send messages over the remote debugging protocol
10515
10528
  # - `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.
10516
10529
  experimental command exposeDevToolsProtocol
@@ -11705,7 +11718,7 @@ experimental domain Preload
11705
11718
  optional string url
11706
11719
  optional Network.RequestId requestId
11707
11720
  # Error information
11708
- # `errorMessage` is null iff `errorType` is null.
11721
+ # `errorMessage` is null if `errorType` is null.
11709
11722
  optional RuleSetErrorType errorType
11710
11723
  # TODO(https://crbug.com/1425354): Replace this property with structured error.
11711
11724
  deprecated optional string errorMessage
@@ -11747,7 +11760,7 @@ experimental domain Preload
11747
11760
  # that had a speculation rule that triggered the attempt, and the
11748
11761
  # BackendNodeIds of <a href> or <area href> elements that triggered the
11749
11762
  # attempt (in the case of attempts triggered by a document rule). It is
11750
- # possible for mulitple rule sets and links to trigger a single attempt.
11763
+ # possible for multiple rule sets and links to trigger a single attempt.
11751
11764
  type PreloadingAttemptSource extends object
11752
11765
  properties
11753
11766
  PreloadingAttemptKey key
@@ -1375,7 +1375,7 @@ export namespace ProtocolMapping {
1375
1375
  /**
1376
1376
  * Query a DOM node's accessibility subtree for accessible name and role.
1377
1377
  * This command computes the name and role for all nodes in the subtree, including those that are
1378
- * ignored for accessibility, and returns those that mactch the specified name and role. If no DOM
1378
+ * ignored for accessibility, and returns those that match the specified name and role. If no DOM
1379
1379
  * node is specified, or the DOM node does not exist, the command returns an error. If neither
1380
1380
  * `accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree.
1381
1381
  */
@@ -2657,7 +2657,7 @@ export namespace ProtocolMapping {
2657
2657
  returnType: void;
2658
2658
  };
2659
2659
  /**
2660
- * Updates the sensor readings reported by a sensor type previously overriden
2660
+ * Updates the sensor readings reported by a sensor type previously overridden
2661
2661
  * by setSensorOverrideEnabled.
2662
2662
  */
2663
2663
  'Emulation.setSensorOverrideReadings': {
@@ -2747,6 +2747,7 @@ export namespace ProtocolMapping {
2747
2747
  };
2748
2748
  /**
2749
2749
  * Allows overriding user agent with the given string.
2750
+ * `userAgentMetadata` must be set for Client Hint headers to be sent.
2750
2751
  */
2751
2752
  'Emulation.setUserAgentOverride': {
2752
2753
  paramsType: [Protocol.Emulation.SetUserAgentOverrideRequest];
@@ -2890,7 +2891,7 @@ export namespace ProtocolMapping {
2890
2891
  returnType: void;
2891
2892
  };
2892
2893
  /**
2893
- * This method sets the current candidate text for ime.
2894
+ * This method sets the current candidate text for IME.
2894
2895
  * Use imeCommitComposition to commit the final text.
2895
2896
  * Use imeSetComposition with empty string as text to cancel composition.
2896
2897
  */
@@ -3436,8 +3437,8 @@ export namespace ProtocolMapping {
3436
3437
  };
3437
3438
  /**
3438
3439
  * Highlights owner element of the frame with given id.
3439
- * Deprecated: Doesn't work reliablity and cannot be fixed due to process
3440
- * separatation (the owner node might be in a different process). Determine
3440
+ * Deprecated: Doesn't work reliably and cannot be fixed due to process
3441
+ * separation (the owner node might be in a different process). Determine
3441
3442
  * the owner node in the client and use highlightNode.
3442
3443
  */
3443
3444
  'Overlay.highlightFrame': {
@@ -3946,7 +3947,7 @@ export namespace ProtocolMapping {
3946
3947
  };
3947
3948
  /**
3948
3949
  * Requests backend to produce compilation cache for the specified scripts.
3949
- * `scripts` are appeneded to the list of scripts for which the cache
3950
+ * `scripts` are appended to the list of scripts for which the cache
3950
3951
  * would be produced. The list may be reset during page navigation.
3951
3952
  * When script with a matching URL is encountered, the cache is optionally
3952
3953
  * produced upon backend discretion, based on internal heuristics.
@@ -4438,7 +4439,7 @@ export namespace ProtocolMapping {
4438
4439
  *
4439
4440
  * Injected object will be available as `window[bindingName]`.
4440
4441
  *
4441
- * The object has the follwing API:
4442
+ * The object has the following API:
4442
4443
  * - `binding.send(json)` - a method to send messages over the remote debugging protocol
4443
4444
  * - `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.
4444
4445
  */
@@ -677,7 +677,7 @@ export namespace ProtocolProxyApi {
677
677
  /**
678
678
  * Query a DOM node's accessibility subtree for accessible name and role.
679
679
  * This command computes the name and role for all nodes in the subtree, including those that are
680
- * ignored for accessibility, and returns those that mactch the specified name and role. If no DOM
680
+ * ignored for accessibility, and returns those that match the specified name and role. If no DOM
681
681
  * node is specified, or the DOM node does not exist, the command returns an error. If neither
682
682
  * `accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree.
683
683
  */
@@ -1830,7 +1830,7 @@ export namespace ProtocolProxyApi {
1830
1830
  setSensorOverrideEnabled(params: Protocol.Emulation.SetSensorOverrideEnabledRequest): Promise<void>;
1831
1831
 
1832
1832
  /**
1833
- * Updates the sensor readings reported by a sensor type previously overriden
1833
+ * Updates the sensor readings reported by a sensor type previously overridden
1834
1834
  * by setSensorOverrideEnabled.
1835
1835
  */
1836
1836
  setSensorOverrideReadings(params: Protocol.Emulation.SetSensorOverrideReadingsRequest): Promise<void>;
@@ -1894,6 +1894,7 @@ export namespace ProtocolProxyApi {
1894
1894
 
1895
1895
  /**
1896
1896
  * Allows overriding user agent with the given string.
1897
+ * `userAgentMetadata` must be set for Client Hint headers to be sent.
1897
1898
  */
1898
1899
  setUserAgentOverride(params: Protocol.Emulation.SetUserAgentOverrideRequest): Promise<void>;
1899
1900
 
@@ -2014,7 +2015,7 @@ export namespace ProtocolProxyApi {
2014
2015
  insertText(params: Protocol.Input.InsertTextRequest): Promise<void>;
2015
2016
 
2016
2017
  /**
2017
- * This method sets the current candidate text for ime.
2018
+ * This method sets the current candidate text for IME.
2018
2019
  * Use imeCommitComposition to commit the final text.
2019
2020
  * Use imeSetComposition with empty string as text to cancel composition.
2020
2021
  */
@@ -2613,8 +2614,8 @@ export namespace ProtocolProxyApi {
2613
2614
 
2614
2615
  /**
2615
2616
  * Highlights owner element of the frame with given id.
2616
- * Deprecated: Doesn't work reliablity and cannot be fixed due to process
2617
- * separatation (the owner node might be in a different process). Determine
2617
+ * Deprecated: Doesn't work reliably and cannot be fixed due to process
2618
+ * separation (the owner node might be in a different process). Determine
2618
2619
  * the owner node in the client and use highlightNode.
2619
2620
  */
2620
2621
  highlightFrame(params: Protocol.Overlay.HighlightFrameRequest): Promise<void>;
@@ -2999,7 +3000,7 @@ export namespace ProtocolProxyApi {
2999
3000
 
3000
3001
  /**
3001
3002
  * Requests backend to produce compilation cache for the specified scripts.
3002
- * `scripts` are appeneded to the list of scripts for which the cache
3003
+ * `scripts` are appended to the list of scripts for which the cache
3003
3004
  * would be produced. The list may be reset during page navigation.
3004
3005
  * When script with a matching URL is encountered, the cache is optionally
3005
3006
  * produced upon backend discretion, based on internal heuristics.
@@ -3587,7 +3588,7 @@ export namespace ProtocolProxyApi {
3587
3588
  *
3588
3589
  * Injected object will be available as `window[bindingName]`.
3589
3590
  *
3590
- * The object has the follwing API:
3591
+ * The object has the following API:
3591
3592
  * - `binding.send(json)` - a method to send messages over the remote debugging protocol
3592
3593
  * - `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.
3593
3594
  */
@@ -721,7 +721,7 @@ export namespace ProtocolTestsProxyApi {
721
721
  /**
722
722
  * Query a DOM node's accessibility subtree for accessible name and role.
723
723
  * This command computes the name and role for all nodes in the subtree, including those that are
724
- * ignored for accessibility, and returns those that mactch the specified name and role. If no DOM
724
+ * ignored for accessibility, and returns those that match the specified name and role. If no DOM
725
725
  * node is specified, or the DOM node does not exist, the command returns an error. If neither
726
726
  * `accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree.
727
727
  */
@@ -1950,7 +1950,7 @@ export namespace ProtocolTestsProxyApi {
1950
1950
  setSensorOverrideEnabled(params: Protocol.Emulation.SetSensorOverrideEnabledRequest): Promise<void>;
1951
1951
 
1952
1952
  /**
1953
- * Updates the sensor readings reported by a sensor type previously overriden
1953
+ * Updates the sensor readings reported by a sensor type previously overridden
1954
1954
  * by setSensorOverrideEnabled.
1955
1955
  */
1956
1956
  setSensorOverrideReadings(params: Protocol.Emulation.SetSensorOverrideReadingsRequest): Promise<void>;
@@ -2014,6 +2014,7 @@ export namespace ProtocolTestsProxyApi {
2014
2014
 
2015
2015
  /**
2016
2016
  * Allows overriding user agent with the given string.
2017
+ * `userAgentMetadata` must be set for Client Hint headers to be sent.
2017
2018
  */
2018
2019
  setUserAgentOverride(params: Protocol.Emulation.SetUserAgentOverrideRequest): Promise<void>;
2019
2020
 
@@ -2136,7 +2137,7 @@ export namespace ProtocolTestsProxyApi {
2136
2137
  insertText(params: Protocol.Input.InsertTextRequest): Promise<void>;
2137
2138
 
2138
2139
  /**
2139
- * This method sets the current candidate text for ime.
2140
+ * This method sets the current candidate text for IME.
2140
2141
  * Use imeCommitComposition to commit the final text.
2141
2142
  * Use imeSetComposition with empty string as text to cancel composition.
2142
2143
  */
@@ -2809,8 +2810,8 @@ export namespace ProtocolTestsProxyApi {
2809
2810
 
2810
2811
  /**
2811
2812
  * Highlights owner element of the frame with given id.
2812
- * Deprecated: Doesn't work reliablity and cannot be fixed due to process
2813
- * separatation (the owner node might be in a different process). Determine
2813
+ * Deprecated: Doesn't work reliably and cannot be fixed due to process
2814
+ * separation (the owner node might be in a different process). Determine
2814
2815
  * the owner node in the client and use highlightNode.
2815
2816
  */
2816
2817
  highlightFrame(params: Protocol.Overlay.HighlightFrameRequest): Promise<void>;
@@ -3203,7 +3204,7 @@ export namespace ProtocolTestsProxyApi {
3203
3204
 
3204
3205
  /**
3205
3206
  * Requests backend to produce compilation cache for the specified scripts.
3206
- * `scripts` are appeneded to the list of scripts for which the cache
3207
+ * `scripts` are appended to the list of scripts for which the cache
3207
3208
  * would be produced. The list may be reset during page navigation.
3208
3209
  * When script with a matching URL is encountered, the cache is optionally
3209
3210
  * produced upon backend discretion, based on internal heuristics.
@@ -3883,7 +3884,7 @@ export namespace ProtocolTestsProxyApi {
3883
3884
  *
3884
3885
  * Injected object will be available as `window[bindingName]`.
3885
3886
  *
3886
- * The object has the follwing API:
3887
+ * The object has the following API:
3887
3888
  * - `binding.send(json)` - a method to send messages over the remote debugging protocol
3888
3889
  * - `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.
3889
3890
  */
@@ -2870,7 +2870,7 @@ export namespace Protocol {
2870
2870
  depth?: integer;
2871
2871
  /**
2872
2872
  * The frame for whose document the AX tree should be retrieved.
2873
- * If omited, the root frame is used.
2873
+ * If omitted, the root frame is used.
2874
2874
  */
2875
2875
  frameId?: Page.FrameId;
2876
2876
  }
@@ -3808,7 +3808,7 @@ export namespace Protocol {
3808
3808
  */
3809
3809
  export interface AddressUI {
3810
3810
  /**
3811
- * A two dimension array containing the repesentation of values from an address profile.
3811
+ * A two dimension array containing the representation of values from an address profile.
3812
3812
  */
3813
3813
  addressFields: AddressFields[];
3814
3814
  }
@@ -4017,7 +4017,7 @@ export namespace Protocol {
4017
4017
  windowState?: WindowState;
4018
4018
  }
4019
4019
 
4020
- export type PermissionType = ('accessibilityEvents' | 'audioCapture' | 'backgroundSync' | 'backgroundFetch' | 'capturedSurfaceControl' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'flash' | 'geolocation' | 'idleDetection' | 'localFonts' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'protectedMediaIdentifier' | 'sensors' | 'storageAccess' | 'topLevelStorageAccess' | 'videoCapture' | 'videoCapturePanTiltZoom' | 'wakeLockScreen' | 'wakeLockSystem' | 'windowManagement');
4020
+ export type PermissionType = ('accessibilityEvents' | 'audioCapture' | 'backgroundSync' | 'backgroundFetch' | 'capturedSurfaceControl' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'flash' | 'geolocation' | 'idleDetection' | 'localFonts' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'protectedMediaIdentifier' | 'sensors' | 'storageAccess' | 'speakerSelection' | 'topLevelStorageAccess' | 'videoCapture' | 'videoCapturePanTiltZoom' | 'wakeLockScreen' | 'wakeLockSystem' | 'windowManagement');
4021
4021
 
4022
4022
  export type PermissionSetting = ('granted' | 'denied' | 'prompt');
4023
4023
 
@@ -4144,7 +4144,7 @@ export namespace Protocol {
4144
4144
  /**
4145
4145
  * Whether to allow all or deny all download requests, or use default Chrome behavior if
4146
4146
  * available (otherwise deny). |allowAndName| allows download and names files according to
4147
- * their dowmload guids. (SetDownloadBehaviorRequestBehavior enum)
4147
+ * their download guids. (SetDownloadBehaviorRequestBehavior enum)
4148
4148
  */
4149
4149
  behavior: ('deny' | 'allow' | 'allowAndName' | 'default');
4150
4150
  /**
@@ -4495,7 +4495,7 @@ export namespace Protocol {
4495
4495
  frameId: Page.FrameId;
4496
4496
  /**
4497
4497
  * Stylesheet resource URL. Empty if this is a constructed stylesheet created using
4498
- * new CSSStyleSheet() (but non-empty if this is a constructed sylesheet imported
4498
+ * new CSSStyleSheet() (but non-empty if this is a constructed stylesheet imported
4499
4499
  * as a CSS module script).
4500
4500
  */
4501
4501
  sourceURL: string;
@@ -6274,7 +6274,7 @@ export namespace Protocol {
6274
6274
 
6275
6275
  export interface GetAttributesRequest {
6276
6276
  /**
6277
- * Id of the node to retrieve attibutes for.
6277
+ * Id of the node to retrieve attributes for.
6278
6278
  */
6279
6279
  nodeId: NodeId;
6280
6280
  }
@@ -7991,7 +7991,7 @@ export namespace Protocol {
7991
7991
  export type VirtualTimePolicy = ('advance' | 'pause' | 'pauseIfNetworkFetchesPending');
7992
7992
 
7993
7993
  /**
7994
- * Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
7994
+ * Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
7995
7995
  */
7996
7996
  export interface UserAgentBrandVersion {
7997
7997
  brand: string;
@@ -7999,7 +7999,7 @@ export namespace Protocol {
7999
7999
  }
8000
8000
 
8001
8001
  /**
8002
- * Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
8002
+ * Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
8003
8003
  * Missing optional values will be filled in by the target with what it would normally use.
8004
8004
  */
8005
8005
  export interface UserAgentMetadata {
@@ -8332,8 +8332,9 @@ export namespace Protocol {
8332
8332
 
8333
8333
  export interface SetTimezoneOverrideRequest {
8334
8334
  /**
8335
- * The timezone identifier. If empty, disables the override and
8336
- * restores default host system timezone.
8335
+ * The timezone identifier. List of supported timezones:
8336
+ * https://source.chromium.org/chromium/chromium/deps/icu.git/+/faee8bc70570192d82d2978a71e2a615788597d1:source/data/misc/metaZones.txt
8337
+ * If empty, disables the override and restores default host system timezone.
8337
8338
  */
8338
8339
  timezoneId: string;
8339
8340
  }
@@ -8481,7 +8482,7 @@ export namespace Protocol {
8481
8482
  */
8482
8483
  handle: StreamHandle;
8483
8484
  /**
8484
- * Seek to the specified offset before reading (if not specificed, proceed with offset
8485
+ * Seek to the specified offset before reading (if not specified, proceed with offset
8485
8486
  * following the last read). Some types of streams may only support sequential reads.
8486
8487
  */
8487
8488
  offset?: integer;
@@ -9690,7 +9691,7 @@ export namespace Protocol {
9690
9691
 
9691
9692
  export interface LayerTreeDidChangeEvent {
9692
9693
  /**
9693
- * Layer tree, absent if not in the comspositing mode.
9694
+ * Layer tree, absent if not in the compositing mode.
9694
9695
  */
9695
9696
  layers?: Layer[];
9696
9697
  }
@@ -10153,7 +10154,7 @@ export namespace Protocol {
10153
10154
  trustTokenParams?: TrustTokenParams;
10154
10155
  /**
10155
10156
  * True if this resource request is considered to be the 'same site' as the
10156
- * request correspondinfg to the main frame.
10157
+ * request corresponding to the main frame.
10157
10158
  */
10158
10159
  isSameSite?: boolean;
10159
10160
  }
@@ -10321,8 +10322,14 @@ export namespace Protocol {
10321
10322
  */
10322
10323
  export type AlternateProtocolUsage = ('alternativeJobWonWithoutRace' | 'alternativeJobWonRace' | 'mainJobWonRace' | 'mappingMissing' | 'broken' | 'dnsAlpnH3JobWonWithoutRace' | 'dnsAlpnH3JobWonRace' | 'unspecifiedReason');
10323
10324
 
10325
+ /**
10326
+ * Source of service worker router.
10327
+ */
10328
+ export type ServiceWorkerRouterSource = ('network' | 'cache' | 'fetch-event' | 'race-network-and-fetch-handler');
10329
+
10324
10330
  export interface ServiceWorkerRouterInfo {
10325
10331
  ruleIdMatched: integer;
10332
+ matchedSourceType: ServiceWorkerRouterSource;
10326
10333
  }
10327
10334
 
10328
10335
  /**
@@ -10394,7 +10401,7 @@ export namespace Protocol {
10394
10401
  */
10395
10402
  fromPrefetchCache?: boolean;
10396
10403
  /**
10397
- * Infomation about how Service Worker Static Router was used.
10404
+ * Information about how Service Worker Static Router was used.
10398
10405
  */
10399
10406
  serviceWorkerRouterInfo?: ServiceWorkerRouterInfo;
10400
10407
  /**
@@ -10959,7 +10966,7 @@ export namespace Protocol {
10959
10966
  */
10960
10967
  securityDetails?: SecurityDetails;
10961
10968
  /**
10962
- * Errors occurred while handling the signed exchagne.
10969
+ * Errors occurred while handling the signed exchange.
10963
10970
  */
10964
10971
  errors?: SignedExchangeError[];
10965
10972
  }
@@ -11616,7 +11623,7 @@ export namespace Protocol {
11616
11623
  */
11617
11624
  type: ResourceType;
11618
11625
  /**
11619
- * User friendly error message.
11626
+ * Error message. List of network errors: https://cs.chromium.org/chromium/src/net/base/net_error_list.h
11620
11627
  */
11621
11628
  errorText: string;
11622
11629
  /**
@@ -12097,7 +12104,7 @@ export namespace Protocol {
12097
12104
  */
12098
12105
  cookiePartitionKey?: string;
12099
12106
  /**
12100
- * True if partitioned cookies are enabled, but the partition key is not serializeable to string.
12107
+ * True if partitioned cookies are enabled, but the partition key is not serializable to string.
12101
12108
  */
12102
12109
  cookiePartitionKeyOpaque?: boolean;
12103
12110
  /**
@@ -12257,7 +12264,7 @@ export namespace Protocol {
12257
12264
  */
12258
12265
  export interface SourceOrderConfig {
12259
12266
  /**
12260
- * the color to outline the givent element in.
12267
+ * the color to outline the given element in.
12261
12268
  */
12262
12269
  parentOutlineColor: DOM.RGBA;
12263
12270
  /**
@@ -12609,7 +12616,7 @@ export namespace Protocol {
12609
12616
  */
12610
12617
  showCSS: boolean;
12611
12618
  /**
12612
- * Seleted platforms to show the overlay.
12619
+ * Selected platforms to show the overlay.
12613
12620
  */
12614
12621
  selectedPlatform: string;
12615
12622
  /**
@@ -13039,7 +13046,7 @@ export namespace Protocol {
13039
13046
  * All Permissions Policy features. This enum should match the one defined
13040
13047
  * in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
13041
13048
  */
13042
- export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factor' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
13049
+ export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factor' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
13043
13050
 
13044
13051
  /**
13045
13052
  * Reason for a permissions policy feature to be disabled.
@@ -13310,7 +13317,7 @@ export namespace Protocol {
13310
13317
  */
13311
13318
  message: string;
13312
13319
  /**
13313
- * If criticial, this is a non-recoverable parse error.
13320
+ * If critical, this is a non-recoverable parse error.
13314
13321
  */
13315
13322
  critical: integer;
13316
13323
  /**
@@ -13531,7 +13538,7 @@ export namespace Protocol {
13531
13538
  }
13532
13539
 
13533
13540
  /**
13534
- * Enum of possible auto-reponse for permisison / prompt dialogs.
13541
+ * Enum of possible auto-response for permission / prompt dialogs.
13535
13542
  */
13536
13543
  export type AutoResponseMode = ('none' | 'autoAccept' | 'autoReject' | 'autoOptOut');
13537
13544
 
@@ -13543,7 +13550,7 @@ export namespace Protocol {
13543
13550
  /**
13544
13551
  * List of not restored reasons for back-forward cache.
13545
13552
  */
13546
- export type BackForwardCacheNotRestoredReason = ('NotPrimaryMainFrame' | 'BackForwardCacheDisabled' | 'RelatedActiveContentsExist' | 'HTTPStatusNotOK' | 'SchemeNotHTTPOrHTTPS' | 'Loading' | 'WasGrantedMediaAccess' | 'DisableForRenderFrameHostCalled' | 'DomainNotAllowed' | 'HTTPMethodNotGET' | 'SubframeIsNavigating' | 'Timeout' | 'CacheLimit' | 'JavaScriptExecution' | 'RendererProcessKilled' | 'RendererProcessCrashed' | 'SchedulerTrackedFeatureUsed' | 'ConflictingBrowsingInstance' | 'CacheFlushed' | 'ServiceWorkerVersionActivation' | 'SessionRestored' | 'ServiceWorkerPostMessage' | 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded' | 'RenderFrameHostReused_SameSite' | 'RenderFrameHostReused_CrossSite' | 'ServiceWorkerClaim' | 'IgnoreEventAndEvict' | 'HaveInnerContents' | 'TimeoutPuttingInCache' | 'BackForwardCacheDisabledByLowMemory' | 'BackForwardCacheDisabledByCommandLine' | 'NetworkRequestDatapipeDrainedAsBytesConsumer' | 'NetworkRequestRedirected' | 'NetworkRequestTimeout' | 'NetworkExceedsBufferLimit' | 'NavigationCancelledWhileRestoring' | 'NotMostRecentNavigationEntry' | 'BackForwardCacheDisabledForPrerender' | 'UserAgentOverrideDiffers' | 'ForegroundCacheLimit' | 'BrowsingInstanceNotSwapped' | 'BackForwardCacheDisabledForDelegate' | 'UnloadHandlerExistsInMainFrame' | 'UnloadHandlerExistsInSubFrame' | 'ServiceWorkerUnregistration' | 'CacheControlNoStore' | 'CacheControlNoStoreCookieModified' | 'CacheControlNoStoreHTTPOnlyCookieModified' | 'NoResponseHead' | 'Unknown' | 'ActivationNavigationsDisallowedForBug1234857' | 'ErrorDocument' | 'FencedFramesEmbedder' | 'CookieDisabled' | 'HTTPAuthRequired' | 'CookieFlushed' | 'WebSocket' | 'WebTransport' | 'WebRTC' | 'MainResourceHasCacheControlNoStore' | 'MainResourceHasCacheControlNoCache' | 'SubresourceHasCacheControlNoStore' | 'SubresourceHasCacheControlNoCache' | 'ContainsPlugins' | 'DocumentLoaded' | 'DedicatedWorkerOrWorklet' | 'OutstandingNetworkRequestOthers' | 'RequestedMIDIPermission' | 'RequestedAudioCapturePermission' | 'RequestedVideoCapturePermission' | 'RequestedBackForwardCacheBlockedSensors' | 'RequestedBackgroundWorkPermission' | 'BroadcastChannel' | 'WebXR' | 'SharedWorker' | 'WebLocks' | 'WebHID' | 'WebShare' | 'RequestedStorageAccessGrant' | 'WebNfc' | 'OutstandingNetworkRequestFetch' | 'OutstandingNetworkRequestXHR' | 'AppBanner' | 'Printing' | 'WebDatabase' | 'PictureInPicture' | 'Portal' | 'SpeechRecognizer' | 'IdleManager' | 'PaymentManager' | 'SpeechSynthesis' | 'KeyboardLock' | 'WebOTPService' | 'OutstandingNetworkRequestDirectSocket' | 'InjectedJavascript' | 'InjectedStyleSheet' | 'KeepaliveRequest' | 'IndexedDBEvent' | 'Dummy' | 'JsNetworkRequestReceivedCacheControlNoStoreResource' | 'WebRTCSticky' | 'WebTransportSticky' | 'WebSocketSticky' | 'SmartCard' | 'LiveMediaStreamTrack' | 'UnloadHandler' | 'ContentSecurityHandler' | 'ContentWebAuthenticationAPI' | 'ContentFileChooser' | 'ContentSerial' | 'ContentFileSystemAccess' | 'ContentMediaDevicesDispatcherHost' | 'ContentWebBluetooth' | 'ContentWebUSB' | 'ContentMediaSessionService' | 'ContentScreenReader' | 'EmbedderPopupBlockerTabHelper' | 'EmbedderSafeBrowsingTriggeredPopupBlocker' | 'EmbedderSafeBrowsingThreatDetails' | 'EmbedderAppBannerManager' | 'EmbedderDomDistillerViewerSource' | 'EmbedderDomDistillerSelfDeletingRequestDelegate' | 'EmbedderOomInterventionTabHelper' | 'EmbedderOfflinePage' | 'EmbedderChromePasswordManagerClientBindCredentialManager' | 'EmbedderPermissionRequestManager' | 'EmbedderModalDialog' | 'EmbedderExtensions' | 'EmbedderExtensionMessaging' | 'EmbedderExtensionMessagingForOpenPort' | 'EmbedderExtensionSentMessageToCachedFrame');
13553
+ export type BackForwardCacheNotRestoredReason = ('NotPrimaryMainFrame' | 'BackForwardCacheDisabled' | 'RelatedActiveContentsExist' | 'HTTPStatusNotOK' | 'SchemeNotHTTPOrHTTPS' | 'Loading' | 'WasGrantedMediaAccess' | 'DisableForRenderFrameHostCalled' | 'DomainNotAllowed' | 'HTTPMethodNotGET' | 'SubframeIsNavigating' | 'Timeout' | 'CacheLimit' | 'JavaScriptExecution' | 'RendererProcessKilled' | 'RendererProcessCrashed' | 'SchedulerTrackedFeatureUsed' | 'ConflictingBrowsingInstance' | 'CacheFlushed' | 'ServiceWorkerVersionActivation' | 'SessionRestored' | 'ServiceWorkerPostMessage' | 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded' | 'RenderFrameHostReused_SameSite' | 'RenderFrameHostReused_CrossSite' | 'ServiceWorkerClaim' | 'IgnoreEventAndEvict' | 'HaveInnerContents' | 'TimeoutPuttingInCache' | 'BackForwardCacheDisabledByLowMemory' | 'BackForwardCacheDisabledByCommandLine' | 'NetworkRequestDatapipeDrainedAsBytesConsumer' | 'NetworkRequestRedirected' | 'NetworkRequestTimeout' | 'NetworkExceedsBufferLimit' | 'NavigationCancelledWhileRestoring' | 'NotMostRecentNavigationEntry' | 'BackForwardCacheDisabledForPrerender' | 'UserAgentOverrideDiffers' | 'ForegroundCacheLimit' | 'BrowsingInstanceNotSwapped' | 'BackForwardCacheDisabledForDelegate' | 'UnloadHandlerExistsInMainFrame' | 'UnloadHandlerExistsInSubFrame' | 'ServiceWorkerUnregistration' | 'CacheControlNoStore' | 'CacheControlNoStoreCookieModified' | 'CacheControlNoStoreHTTPOnlyCookieModified' | 'NoResponseHead' | 'Unknown' | 'ActivationNavigationsDisallowedForBug1234857' | 'ErrorDocument' | 'FencedFramesEmbedder' | 'CookieDisabled' | 'HTTPAuthRequired' | 'CookieFlushed' | 'WebSocket' | 'WebTransport' | 'WebRTC' | 'MainResourceHasCacheControlNoStore' | 'MainResourceHasCacheControlNoCache' | 'SubresourceHasCacheControlNoStore' | 'SubresourceHasCacheControlNoCache' | 'ContainsPlugins' | 'DocumentLoaded' | 'OutstandingNetworkRequestOthers' | 'RequestedMIDIPermission' | 'RequestedAudioCapturePermission' | 'RequestedVideoCapturePermission' | 'RequestedBackForwardCacheBlockedSensors' | 'RequestedBackgroundWorkPermission' | 'BroadcastChannel' | 'WebXR' | 'SharedWorker' | 'WebLocks' | 'WebHID' | 'WebShare' | 'RequestedStorageAccessGrant' | 'WebNfc' | 'OutstandingNetworkRequestFetch' | 'OutstandingNetworkRequestXHR' | 'AppBanner' | 'Printing' | 'WebDatabase' | 'PictureInPicture' | 'Portal' | 'SpeechRecognizer' | 'IdleManager' | 'PaymentManager' | 'SpeechSynthesis' | 'KeyboardLock' | 'WebOTPService' | 'OutstandingNetworkRequestDirectSocket' | 'InjectedJavascript' | 'InjectedStyleSheet' | 'KeepaliveRequest' | 'IndexedDBEvent' | 'Dummy' | 'JsNetworkRequestReceivedCacheControlNoStoreResource' | 'WebRTCSticky' | 'WebTransportSticky' | 'WebSocketSticky' | 'SmartCard' | 'LiveMediaStreamTrack' | 'UnloadHandler' | 'ContentSecurityHandler' | 'ContentWebAuthenticationAPI' | 'ContentFileChooser' | 'ContentSerial' | 'ContentFileSystemAccess' | 'ContentMediaDevicesDispatcherHost' | 'ContentWebBluetooth' | 'ContentWebUSB' | 'ContentMediaSessionService' | 'ContentScreenReader' | 'EmbedderPopupBlockerTabHelper' | 'EmbedderSafeBrowsingTriggeredPopupBlocker' | 'EmbedderSafeBrowsingThreatDetails' | 'EmbedderAppBannerManager' | 'EmbedderDomDistillerViewerSource' | 'EmbedderDomDistillerSelfDeletingRequestDelegate' | 'EmbedderOomInterventionTabHelper' | 'EmbedderOfflinePage' | 'EmbedderChromePasswordManagerClientBindCredentialManager' | 'EmbedderPermissionRequestManager' | 'EmbedderModalDialog' | 'EmbedderExtensions' | 'EmbedderExtensionMessaging' | 'EmbedderExtensionMessagingForOpenPort' | 'EmbedderExtensionSentMessageToCachedFrame');
13547
13554
 
13548
13555
  /**
13549
13556
  * Types of not restored reasons for back-forward cache.
@@ -14578,7 +14585,7 @@ export namespace Protocol {
14578
14585
  */
14579
14586
  type: DialogType;
14580
14587
  /**
14581
- * True iff browser is capable showing or acting on the given dialog. When browser has no
14588
+ * True if browser is capable showing or acting on the given dialog. When browser has no
14582
14589
  * dialog handler for given target, calling alert while Page domain is engaged will stall
14583
14590
  * the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.
14584
14591
  */
@@ -14613,7 +14620,7 @@ export namespace Protocol {
14613
14620
  */
14614
14621
  export interface BackForwardCacheNotUsedEvent {
14615
14622
  /**
14616
- * The loader id for the associated navgation.
14623
+ * The loader id for the associated navigation.
14617
14624
  */
14618
14625
  loaderId: Network.LoaderId;
14619
14626
  /**
@@ -14827,7 +14834,7 @@ export namespace Protocol {
14827
14834
  frameId: Page.FrameId;
14828
14835
  /**
14829
14836
  * The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype
14830
- * This determines which of the optional "details" fiedls is present.
14837
+ * This determines which of the optional "details" fields is present.
14831
14838
  */
14832
14839
  type: string;
14833
14840
  /**
@@ -14935,7 +14942,7 @@ export namespace Protocol {
14935
14942
  */
14936
14943
  certificateNetworkError?: string;
14937
14944
  /**
14938
- * True if the certificate uses a weak signature aglorithm.
14945
+ * True if the certificate uses a weak signature algorithm.
14939
14946
  */
14940
14947
  certificateHasWeakSignature: boolean;
14941
14948
  /**
@@ -16037,7 +16044,7 @@ export namespace Protocol {
16037
16044
  */
16038
16045
  ownerOrigin: string;
16039
16046
  /**
16040
- * The sub-parameters warapped by `params` are all optional and their
16047
+ * The sub-parameters wrapped by `params` are all optional and their
16041
16048
  * presence/absence depends on `type`.
16042
16049
  */
16043
16050
  params: SharedStorageAccessParams;
@@ -16300,6 +16307,9 @@ export namespace Protocol {
16300
16307
  export interface TargetInfo {
16301
16308
  targetId: TargetID;
16302
16309
  type: string;
16310
+ /**
16311
+ * List of types: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/devtools_agent_host_impl.cc?ss=chromium&q=f:devtools%20-f:out%20%22::kTypeTab%5B%5D%22
16312
+ */
16303
16313
  title: string;
16304
16314
  url: string;
16305
16315
  /**
@@ -16331,7 +16341,7 @@ export namespace Protocol {
16331
16341
  */
16332
16342
  export interface FilterEntry {
16333
16343
  /**
16334
- * If set, causes exclusion of mathcing targets from the list.
16344
+ * If set, causes exclusion of matching targets from the list.
16335
16345
  */
16336
16346
  exclude?: boolean;
16337
16347
  /**
@@ -17940,7 +17950,7 @@ export namespace Protocol {
17940
17950
  requestId?: Network.RequestId;
17941
17951
  /**
17942
17952
  * Error information
17943
- * `errorMessage` is null iff `errorType` is null.
17953
+ * `errorMessage` is null if `errorType` is null.
17944
17954
  */
17945
17955
  errorType?: RuleSetErrorType;
17946
17956
  /**
@@ -17984,7 +17994,7 @@ export namespace Protocol {
17984
17994
  * that had a speculation rule that triggered the attempt, and the
17985
17995
  * BackendNodeIds of <a href> or <area href> elements that triggered the
17986
17996
  * attempt (in the case of attempts triggered by a document rule). It is
17987
- * possible for mulitple rule sets and links to trigger a single attempt.
17997
+ * possible for multiple rule sets and links to trigger a single attempt.
17988
17998
  */
17989
17999
  export interface PreloadingAttemptSource {
17990
18000
  key: PreloadingAttemptKey;