devtools-protocol 0.0.1637485 → 0.0.1638241

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29307,7 +29307,7 @@
29307
29307
  },
29308
29308
  {
29309
29309
  "name": "panelId",
29310
- "description": "The id of the panel we want DevTools to open initially. Currently\nsupported panels are elements, console, network, sources, resources\nand performance.",
29310
+ "description": "The id of the panel we want DevTools to open initially. Currently\nsupported panels are elements, console, network, sources, resources,\ntimeline, chrome-recorder, heap-profiler, lighthouse, and security.",
29311
29311
  "optional": true,
29312
29312
  "type": "string"
29313
29313
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1637485",
3
+ "version": "0.0.1638241",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -349,8 +349,8 @@ domain Target
349
349
  # This can be the page or tab target ID.
350
350
  TargetID targetId
351
351
  # The id of the panel we want DevTools to open initially. Currently
352
- # supported panels are elements, console, network, sources, resources
353
- # and performance.
352
+ # supported panels are elements, console, network, sources, resources,
353
+ # timeline, chrome-recorder, heap-profiler, lighthouse, and security.
354
354
  optional string panelId
355
355
  returns
356
356
  # The targetId of DevTools page target.
@@ -21166,8 +21166,8 @@ export namespace Protocol {
21166
21166
  targetId: TargetID;
21167
21167
  /**
21168
21168
  * The id of the panel we want DevTools to open initially. Currently
21169
- * supported panels are elements, console, network, sources, resources
21170
- * and performance.
21169
+ * supported panels are elements, console, network, sources, resources,
21170
+ * timeline, chrome-recorder, heap-profiler, lighthouse, and security.
21171
21171
  */
21172
21172
  panelId?: string;
21173
21173
  }