|
1 | 1 |
|
2 | 2 |
|
3 | 3 | ## Roll protocol to r1461159 — _2025-05-16T04:31:23.000Z_ |
4 | | -###### Diff: [`3716d55...374cfbc`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...374cfbc) |
| 4 | +###### Diff: [`3716d55...6474ac4`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...6474ac4) |
5 | 5 |
|
6 | 6 | ```diff |
7 | 7 | @@ browser_protocol.pdl:4744 @@ domain Emulation |
@@ -13883,35 +13883,4 @@ index 8d8211b..2d56043 100644 |
13883 | 13883 |
|
13884 | 13884 | # Details for issues around "Attribution Reporting API" usage. |
13885 | 13885 | # Explainer: https://github.com/WICG/attribution-reporting-api |
13886 | | -``` |
13887 | | - |
13888 | | -## Roll protocol to r1032240 — _2022-08-06T04:31:26.000Z_ |
13889 | | -###### Diff: [`4b0d166...4f1ab67`](https://github.com/ChromeDevTools/devtools-protocol/compare/4b0d166...4f1ab67) |
13890 | | - |
13891 | | -```diff |
13892 | | -@@ browser_protocol.pdl:708 @@ experimental domain Audits |
13893 | | - InvalidRegisterTriggerHeader |
13894 | | - InvalidEligibleHeader |
13895 | | - TooManyConcurrentRequests |
13896 | | -+ SourceAndTriggerHeaders |
13897 | | - |
13898 | | - # Details for issues around "Attribution Reporting API" usage. |
13899 | | - # Explainer: https://github.com/WICG/attribution-reporting-api |
13900 | | -@@ -8459,12 +8460,15 @@ domain Page |
13901 | | - FailToGetMemoryUsage |
13902 | | - |
13903 | | - # Fired when a prerender attempt is completed. |
13904 | | -- event prerenderAttemptCompleted |
13905 | | -+ experimental event prerenderAttemptCompleted |
13906 | | - parameters |
13907 | | - # The frame id of the frame initiating prerendering. |
13908 | | - FrameId initiatingFrameId |
13909 | | - string prerenderingUrl |
13910 | | - PrerenderFinalStatus finalStatus |
13911 | | -+ # This is used to give users more information about the cancellation details, |
13912 | | -+ # and this will be formatted for display. |
13913 | | -+ optional string reasonDetails |
13914 | | - |
13915 | | - event loadEventFired |
13916 | | - parameters |
13917 | 13886 | ``` |
0 commit comments