|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1488636 — _2025-07-18T04:33:56.000Z_ |
| 4 | +###### Diff: [`1103fe1...8a8d5bd`](https://github.com/ChromeDevTools/devtools-protocol/compare/1103fe1...8a8d5bd) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:7711 @@ domain Network |
| 8 | + experimental type IPAddressSpace extends string |
| 9 | + enum |
| 10 | + Loopback |
| 11 | +- Private |
| 12 | ++ Local |
| 13 | + Public |
| 14 | + Unknown |
| 15 | + |
| 16 | +@@ -13103,6 +13103,7 @@ experimental domain Preload |
| 17 | + enum |
| 18 | + SourceIsNotJsonObject |
| 19 | + InvalidRulesSkipped |
| 20 | ++ InvalidRulesetLevelTag |
| 21 | + |
| 22 | + # The type of preloading attempted. It corresponds to |
| 23 | + # mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it |
| 24 | +``` |
| 25 | + |
3 | 26 | ## Roll protocol to r1488040 — _2025-07-17T04:33:47.000Z_ |
4 | | -###### Diff: [`15a4967...5c01b39`](https://github.com/ChromeDevTools/devtools-protocol/compare/15a4967...5c01b39) |
| 27 | +###### Diff: [`15a4967...1103fe1`](https://github.com/ChromeDevTools/devtools-protocol/compare/15a4967...1103fe1) |
5 | 28 |
|
6 | 29 | ```diff |
7 | 30 | @@ browser_protocol.pdl:2559 @@ experimental domain CSS |
@@ -14031,21 +14054,4 @@ index b3b97fa..6efcf78 100644 |
14031 | 14054 |
|
14032 | 14055 | # Fired when frame no longer has a scheduled navigation. |
14033 | 14056 | deprecated event frameClearedScheduledNavigation |
14034 | | -``` |
14035 | | - |
14036 | | -## Roll protocol to r1059094 — _2022-10-14T04:59:20.000Z_ |
14037 | | -###### Diff: [`366164c...ddedcee`](https://github.com/ChromeDevTools/devtools-protocol/compare/366164c...ddedcee) |
14038 | | - |
14039 | | -```diff |
14040 | | -@@ browser_protocol.pdl:9945 @@ domain Fetch |
14041 | | - optional string method |
14042 | | - # If set, overrides the post data in the request. |
14043 | | - optional binary postData |
14044 | | -- # If set, overrides the request headers. |
14045 | | -+ # If set, overrides the request headers. Note that the overrides do not |
14046 | | -+ # extend to subsequent redirect hops, if a redirect happens. Another override |
14047 | | -+ # may be applied to a different request produced by a redirect. |
14048 | | - optional array of HeaderEntry headers |
14049 | | - # If set, overrides response interception behavior for this request. |
14050 | | - experimental optional boolean interceptResponse |
14051 | 14057 | ``` |
0 commit comments