|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1532728 — _2025-10-21T04:31:48.000Z_ |
| 4 | +###### Diff: [`b7cda17...0ba3302`](https://github.com/ChromeDevTools/devtools-protocol/compare/b7cda17...0ba3302) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Inspector.pdl:23 @@ experimental domain Inspector |
| 8 | + |
| 9 | + # Fired when debugging target has reloaded after crash |
| 10 | + event targetReloadedAfterCrash |
| 11 | ++ |
| 12 | ++ # Fired on worker targets when main worker script and any imported scripts have been evaluated. |
| 13 | ++ experimental event workerScriptLoaded |
| 14 | +``` |
| 15 | + |
3 | 16 | ## Roll protocol to r1528500 — _2025-10-11T04:30:26.000Z_ |
4 | | -###### Diff: [`7c74e7d...10a2cdf`](https://github.com/ChromeDevTools/devtools-protocol/compare/7c74e7d...10a2cdf) |
| 17 | +###### Diff: [`7c74e7d...b4246f2`](https://github.com/ChromeDevTools/devtools-protocol/compare/7c74e7d...b4246f2) |
5 | 18 |
|
6 | 19 | ```diff |
7 | 20 | @@ domains/Network.pdl:587 @@ domain Network |
@@ -42068,48 +42081,4 @@ index d4102f5c..6285d9b6 100644 |
42068 | 42081 |
|
42069 | 42082 | # Fired when a prerender attempt is completed. |
42070 | 42083 | experimental event prerenderAttemptCompleted |
42071 | | -``` |
42072 | | - |
42073 | | -## Roll protocol to r1100832 — _2023-02-03T04:28:21.000Z_ |
42074 | | -###### Diff: [`41637d7...5d7fa4e`](https://github.com/ChromeDevTools/devtools-protocol/compare/41637d7...5d7fa4e) |
42075 | | - |
42076 | | -```diff |
42077 | | -@@ browser_protocol.pdl:751 @@ experimental domain Audits |
42078 | | - FormAriaLabelledByToNonExistingId |
42079 | | - FormInputAssignedAutocompleteValueToIdOrNameAttributeError |
42080 | | - FormLabelHasNeitherForNorNestedInput |
42081 | | -+ FormLabelForMatchesNonExistingIdError |
42082 | | - |
42083 | | - # Depending on the concrete errorType, different properties are set. |
42084 | | - type GenericIssueDetails extends object |
42085 | | -``` |
42086 | | - |
42087 | | -## Roll protocol to r1100268 — _2023-02-02T04:28:14.000Z_ |
42088 | | -###### Diff: [`01899e6...41637d7`](https://github.com/ChromeDevTools/devtools-protocol/compare/01899e6...41637d7) |
42089 | | - |
42090 | | -```diff |
42091 | | -@@ browser_protocol.pdl:750 @@ experimental domain Audits |
42092 | | - FormEmptyIdAndNameAttributesForInputError |
42093 | | - FormAriaLabelledByToNonExistingId |
42094 | | - FormInputAssignedAutocompleteValueToIdOrNameAttributeError |
42095 | | -+ FormLabelHasNeitherForNorNestedInput |
42096 | | - |
42097 | | - # Depending on the concrete errorType, different properties are set. |
42098 | | - type GenericIssueDetails extends object |
42099 | | -@@ -9356,15 +9357,6 @@ experimental domain Storage |
42100 | | - returns |
42101 | | - array of TrustTokens tokens |
42102 | | - |
42103 | | -- # Removes all Trust Tokens issued by the provided issuerOrigin. |
42104 | | -- # Leaves other stored data, including the issuer's Redemption Records, intact. |
42105 | | -- experimental command clearTrustTokens |
42106 | | -- parameters |
42107 | | -- string issuerOrigin |
42108 | | -- returns |
42109 | | -- # True if any tokens were deleted, false otherwise. |
42110 | | -- boolean didDeleteTokens |
42111 | | -- |
42112 | | - # Gets details for a named interest group. |
42113 | | - experimental command getInterestGroupDetails |
42114 | | - parameters |
42115 | 42084 | ``` |
0 commit comments