|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1676105 — _2026-08-08T04:42:45.000Z_ |
| 4 | +###### Diff: [`2d019e7...a0b60c1`](https://github.com/ChromeDevTools/devtools-protocol/compare/2d019e7...a0b60c1) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Page.pdl:1175 @@ domain Page |
| 8 | + # Send every n-th frame. |
| 9 | + optional integer everyNthFrame |
| 10 | + |
| 11 | ++ # Starts screencast video recording. |
| 12 | ++ experimental command startScreenRecording |
| 13 | ++ parameters |
| 14 | ++ optional boolean audio |
| 15 | ++ # Maximum frame width in pixels. |
| 16 | ++ optional integer maxWidth |
| 17 | ++ # Maximum frame height in pixels. |
| 18 | ++ optional integer maxHeight |
| 19 | ++ # Maximum frame rate in frames per second. |
| 20 | ++ optional integer frameRate |
| 21 | ++ returns |
| 22 | ++ # A handle of the stream that holds resulting screencast data. |
| 23 | ++ experimental IO.StreamHandle stream |
| 24 | ++ |
| 25 | ++ # Stops screencast video recording. |
| 26 | ++ experimental command stopScreenRecording |
| 27 | ++ returns |
| 28 | ++ # A handle of the stream that holds resulting screencast data. |
| 29 | ++ experimental IO.StreamHandle stream |
| 30 | ++ |
| 31 | + # Force the page stop all navigations and pending resource fetches. |
| 32 | + command stopLoading |
| 33 | +``` |
| 34 | + |
3 | 35 | ## Roll protocol to r1674729 — _2026-08-06T05:29:04.000Z_ |
4 | | -###### Diff: [`41535d3...aeb64bf`](https://github.com/ChromeDevTools/devtools-protocol/compare/41535d3...aeb64bf) |
| 36 | +###### Diff: [`41535d3...2d019e7`](https://github.com/ChromeDevTools/devtools-protocol/compare/41535d3...2d019e7) |
5 | 37 |
|
6 | 38 | ```diff |
7 | 39 | @@ js_protocol.pdl:212 @@ domain Debugger |
@@ -43143,33 +43175,4 @@ index 4754f17c..8dad9c98 100644 |
43143 | 43175 |
|
43144 | 43176 | command dismissDialog |
43145 | 43177 | parameters |
43146 | | -``` |
43147 | | - |
43148 | | -## Roll protocol to r1220723 — _2023-11-07T04:26:31.000Z_ |
43149 | | -###### Diff: [`2860a80...66e9966`](https://github.com/ChromeDevTools/devtools-protocol/compare/2860a80...66e9966) |
43150 | | - |
43151 | | -```diff |
43152 | | -@@ browser_protocol.pdl:9931 @@ experimental domain Storage |
43153 | | - # duration in seconds |
43154 | | - array of integer ends |
43155 | | - |
43156 | | -+ experimental type AttributionReportingTriggerSpec extends object |
43157 | | -+ properties |
43158 | | -+ # number instead of integer because not all uint32 can be represented by |
43159 | | -+ # int |
43160 | | -+ array of number triggerData |
43161 | | -+ AttributionReportingEventReportWindows eventReportWindows |
43162 | | -+ |
43163 | | - experimental type AttributionReportingTriggerDataMatching extends string |
43164 | | - enum |
43165 | | - exact |
43166 | | -@@ -9941,7 +9948,7 @@ experimental domain Storage |
43167 | | - Network.TimeSinceEpoch time |
43168 | | - # duration in seconds |
43169 | | - integer expiry |
43170 | | -- AttributionReportingEventReportWindows eventReportWindows |
43171 | | -+ array of AttributionReportingTriggerSpec triggerSpecs |
43172 | | - # duration in seconds |
43173 | | - integer aggregatableReportWindow |
43174 | | - AttributionReportingSourceType type |
43175 | 43178 | ``` |
0 commit comments