|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1443917 — _2025-04-08T04:30:16.000Z_ |
| 4 | +###### Diff: [`cbcb4a1...b097869`](https://github.com/ChromeDevTools/devtools-protocol/compare/cbcb4a1...b097869) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:8453 @@ domain Page |
| 8 | + cross-origin-isolated |
| 9 | + deferred-fetch |
| 10 | + deferred-fetch-minimal |
| 11 | ++ device-attributes |
| 12 | + digital-credentials-get |
| 13 | + direct-sockets |
| 14 | + direct-sockets-private |
| 15 | +@@ -11642,11 +11643,14 @@ domain Target |
| 16 | + # Deprecated. |
| 17 | + deprecated optional TargetID targetId |
| 18 | + |
| 19 | +- # Controls whether to automatically attach to new targets which are considered to be related to |
| 20 | +- # this one. When turned on, attaches to all existing related targets as well. When turned off, |
| 21 | ++ # Controls whether to automatically attach to new targets which are considered |
| 22 | ++ # to be directly related to this one (for example, iframes or workers). |
| 23 | ++ # When turned on, attaches to all existing related targets as well. When turned off, |
| 24 | + # automatically detaches from all currently attached targets. |
| 25 | + # This also clears all targets added by `autoAttachRelated` from the list of targets to watch |
| 26 | + # for creation of related targets. |
| 27 | ++ # You might want to call this recursively for auto-attached targets to attach |
| 28 | ++ # to all available targets. |
| 29 | + command setAutoAttach |
| 30 | + parameters |
| 31 | + # Whether to auto-attach to related targets. |
| 32 | +``` |
| 33 | + |
3 | 34 | ## Roll protocol to r1443047 — _2025-04-05T04:29:44.000Z_ |
4 | | -###### Diff: [`280d28f...d06be5f`](https://github.com/ChromeDevTools/devtools-protocol/compare/280d28f...d06be5f) |
| 35 | +###### Diff: [`280d28f...cbcb4a1`](https://github.com/ChromeDevTools/devtools-protocol/compare/280d28f...cbcb4a1) |
5 | 36 |
|
6 | 37 | ```diff |
7 | 38 | @@ browser_protocol.pdl:13339 @@ experimental domain BluetoothEmulation |
@@ -13589,26 +13620,4 @@ index 8e43695..7fd51df 100644 |
13589 | 13620 |
|
13590 | 13621 | # Whether the request complied with Certificate Transparency policy. |
13591 | 13622 | type CertificateTransparencyCompliance extends string |
13592 | | -``` |
13593 | | - |
13594 | | -## Roll protocol to r1025007 — _2022-07-16T04:32:11.000Z_ |
13595 | | -###### Diff: [`a7636c9...7263e11`](https://github.com/ChromeDevTools/devtools-protocol/compare/a7636c9...7263e11) |
13596 | | - |
13597 | | -```diff |
13598 | | -@@ browser_protocol.pdl:754 @@ experimental domain Audits |
13599 | | - DeprecationExample |
13600 | | - DocumentDomainSettingWithoutOriginAgentClusterHeader |
13601 | | - EventPath |
13602 | | -+ ExpectCTHeader |
13603 | | - GeolocationInsecureOrigin |
13604 | | - GeolocationInsecureOriginDeprecatedNotRemoved |
13605 | | - GetUserMediaInsecureOrigin |
13606 | | -@@ -4875,6 +4876,7 @@ domain Network |
13607 | | - TextTrack |
13608 | | - XHR |
13609 | | - Fetch |
13610 | | -+ Prefetch |
13611 | | - EventSource |
13612 | | - WebSocket |
13613 | | - Manifest |
13614 | 13623 | ``` |
0 commit comments