|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1462568 — _2025-05-20T04:31:10.000Z_ |
| 4 | +###### Diff: [`7193d4d...b1c1119`](https://github.com/ChromeDevTools/devtools-protocol/compare/7193d4d...b1c1119) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:13667 @@ experimental domain BluetoothEmulation |
| 8 | + event descriptorOperationReceived |
| 9 | + parameters |
| 10 | + string descriptorId |
| 11 | +- CharacteristicOperationType type |
| 12 | ++ DescriptorOperationType type |
| 13 | + optional binary data |
| 14 | +``` |
| 15 | + |
3 | 16 | ## Roll protocol to r1461159 — _2025-05-16T04:31:23.000Z_ |
4 | | -###### Diff: [`3716d55...374cfbc`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...374cfbc) |
| 17 | +###### Diff: [`3716d55...6474ac4`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...6474ac4) |
5 | 18 |
|
6 | 19 | ```diff |
7 | 20 | @@ browser_protocol.pdl:4744 @@ domain Emulation |
@@ -13868,50 +13881,4 @@ index 8d8211b..2d56043 100644 |
13868 | 13881 | usb |
13869 | 13882 | vertical-scroll |
13870 | 13883 | web-share |
13871 | | -``` |
13872 | | - |
13873 | | -## Roll protocol to r1032873 — _2022-08-09T04:34:16.000Z_ |
13874 | | -###### Diff: [`4f1ab67...958f979`](https://github.com/ChromeDevTools/devtools-protocol/compare/4f1ab67...958f979) |
13875 | | - |
13876 | | -```diff |
13877 | | -@@ browser_protocol.pdl:709 @@ experimental domain Audits |
13878 | | - InvalidEligibleHeader |
13879 | | - TooManyConcurrentRequests |
13880 | | - SourceAndTriggerHeaders |
13881 | | -+ SourceIgnored |
13882 | | -+ TriggerIgnored |
13883 | | - |
13884 | | - # Details for issues around "Attribution Reporting API" usage. |
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 | 13884 | ``` |
0 commit comments