|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1483532 — _2025-07-08T04:32:14.000Z_ |
| 4 | +###### Diff: [`71d5e25...74ee0a2`](https://github.com/ChromeDevTools/devtools-protocol/compare/71d5e25...74ee0a2) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:3386 @@ domain DOM |
| 8 | + optional BackendNodeId backendNodeId |
| 9 | + # JavaScript object id of the node wrapper. |
| 10 | + optional Runtime.RemoteObjectId objectId |
| 11 | ++ # Include all shadow roots. Equals to false if not specified. |
| 12 | ++ experimental optional boolean includeShadowDOM |
| 13 | + returns |
| 14 | + # Outer HTML markup. |
| 15 | + string outerHTML |
| 16 | +@@ -4874,6 +4876,13 @@ domain Emulation |
| 17 | + # Image types to disable. |
| 18 | + array of DisabledImageType imageTypes |
| 19 | + |
| 20 | ++ |
| 21 | ++ # Override the value of navigator.connection.saveData |
| 22 | ++ experimental command setDataSaverOverride |
| 23 | ++ parameters |
| 24 | ++ # Override value. Omitting the parameter disables the override. |
| 25 | ++ optional boolean dataSaverEnabled |
| 26 | ++ |
| 27 | + experimental command setHardwareConcurrencyOverride |
| 28 | + parameters |
| 29 | + # Hardware concurrency to report |
| 30 | +``` |
| 31 | + |
3 | 32 | ## Roll protocol to r1481382 — _2025-07-02T04:32:10.000Z_ |
4 | | -###### Diff: [`097b400...0aaa3c5`](https://github.com/ChromeDevTools/devtools-protocol/compare/097b400...0aaa3c5) |
| 33 | +###### Diff: [`097b400...71d5e25`](https://github.com/ChromeDevTools/devtools-protocol/compare/097b400...71d5e25) |
5 | 34 |
|
6 | 35 | ```diff |
7 | 36 | @@ browser_protocol.pdl:8253 @@ experimental domain Overlay |
@@ -14057,18 +14086,4 @@ index b3b97fa..6efcf78 100644 |
14057 | 14086 | experimental deprecated command getCookies |
14058 | 14087 | # Use 'Network.getCookies' instead |
14059 | 14088 | redirect Network |
14060 | | -``` |
14061 | | - |
14062 | | -## Roll protocol to r1055124 — _2022-10-05T04:35:05.000Z_ |
14063 | | -###### Diff: [`6e37e04...221d16f`](https://github.com/ChromeDevTools/devtools-protocol/compare/6e37e04...221d16f) |
14064 | | - |
14065 | | -```diff |
14066 | | -@@ browser_protocol.pdl:8495 @@ domain Page |
14067 | | - ActivatedBeforeStarted |
14068 | | - InactivePageRestriction |
14069 | | - StartFailed |
14070 | | -+ TimeoutBackgrounded |
14071 | | - |
14072 | | - # Fired when a prerender attempt is completed. |
14073 | | - experimental event prerenderAttemptCompleted |
14074 | 14089 | ``` |
0 commit comments