devtools-protocol 0.0.997803 → 0.0.998277

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.
@@ -8387,7 +8387,7 @@
8387
8387
  "commands": [
8388
8388
  {
8389
8389
  "name": "beginFrame",
8390
- "description": "Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a\nscreenshot from the resulting frame. Requires that the target was created with enabled\nBeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also\nhttps://goo.gl/3zHXhB for more background.",
8390
+ "description": "Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a\nscreenshot from the resulting frame. Requires that the target was created with enabled\nBeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also\nhttps://goo.gle/chrome-headless-rendering for more background.",
8391
8391
  "parameters": [
8392
8392
  {
8393
8393
  "name": "frameTimeTicks",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.997803",
3
+ "version": "0.0.998277",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2,7 +2,7 @@
2
2
  # Use of this source code is governed by a BSD-style license that can be
3
3
  # found in the LICENSE file.
4
4
  #
5
- # Contributing to Chrome DevTools Protocol: https://docs.google.com/document/d/1c-COD2kaK__5iMM5SEx-PzNA7HFmgttcYfOHHX0HaOM/edit?usp=sharing
5
+ # Contributing to Chrome DevTools Protocol: https://goo.gle/devtools-contribution-guide-cdp
6
6
 
7
7
  version
8
8
  major 1
@@ -3850,7 +3850,7 @@ experimental domain HeadlessExperimental
3850
3850
  # Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a
3851
3851
  # screenshot from the resulting frame. Requires that the target was created with enabled
3852
3852
  # BeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also
3853
- # https://goo.gl/3zHXhB for more background.
3853
+ # https://goo.gle/chrome-headless-rendering for more background.
3854
3854
  command beginFrame
3855
3855
  parameters
3856
3856
  # Timestamp of this BeginFrame in Renderer TimeTicks (milliseconds of uptime). If not set,
@@ -2583,7 +2583,7 @@ export namespace ProtocolMapping {
2583
2583
  * Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a
2584
2584
  * screenshot from the resulting frame. Requires that the target was created with enabled
2585
2585
  * BeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also
2586
- * https://goo.gl/3zHXhB for more background.
2586
+ * https://goo.gle/chrome-headless-rendering for more background.
2587
2587
  */
2588
2588
  'HeadlessExperimental.beginFrame': {
2589
2589
  paramsType: [Protocol.HeadlessExperimental.BeginFrameRequest?];
@@ -1804,7 +1804,7 @@ export namespace ProtocolProxyApi {
1804
1804
  * Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a
1805
1805
  * screenshot from the resulting frame. Requires that the target was created with enabled
1806
1806
  * BeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also
1807
- * https://goo.gl/3zHXhB for more background.
1807
+ * https://goo.gle/chrome-headless-rendering for more background.
1808
1808
  */
1809
1809
  beginFrame(params: Protocol.HeadlessExperimental.BeginFrameRequest): Promise<Protocol.HeadlessExperimental.BeginFrameResponse>;
1810
1810