|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1547617 — _2025-11-20T04:31:52.000Z_ |
| 4 | +###### Diff: [`672dae3...3e324cc`](https://github.com/ChromeDevTools/devtools-protocol/compare/672dae3...3e324cc) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:1706 @@ domain Network |
| 8 | + optional number sendBufferSize |
| 9 | + # Expected to be unsigned integer. |
| 10 | + optional number receiveBufferSize |
| 11 | ++ optional boolean multicastLoopback |
| 12 | ++ # Unsigned int 8. |
| 13 | ++ optional integer multicastTimeToLive |
| 14 | ++ optional boolean multicastAllowAddressSharing |
| 15 | ++ |
| 16 | ++ experimental event directUDPSocketJoinedMulticastGroup |
| 17 | ++ parameters |
| 18 | ++ RequestId identifier |
| 19 | ++ string IPAddress |
| 20 | ++ |
| 21 | ++ experimental event directUDPSocketLeftMulticastGroup |
| 22 | ++ parameters |
| 23 | ++ RequestId identifier |
| 24 | ++ string IPAddress |
| 25 | + |
| 26 | + |
| 27 | + # Fired upon direct_socket.UDPSocket creation. |
| 28 | +``` |
| 29 | + |
3 | 30 | ## Roll protocol to r1546284 — _2025-11-18T04:32:28.000Z_ |
4 | | -###### Diff: [`1f03df6...d995e7c`](https://github.com/ChromeDevTools/devtools-protocol/compare/1f03df6...d995e7c) |
| 31 | +###### Diff: [`1f03df6...672dae3`](https://github.com/ChromeDevTools/devtools-protocol/compare/1f03df6...672dae3) |
5 | 32 |
|
6 | 33 | ```diff |
7 | 34 | @@ domains/Audits.pdl:405 @@ experimental domain Audits |
@@ -41918,18 +41945,4 @@ index 0dbdc01d..7a3c772c 100644 |
41918 | 41945 | + |
41919 | 41946 | + command enable |
41920 | 41947 | + command disable |
41921 | | -``` |
41922 | | - |
41923 | | -## Roll protocol to r1111422 — _2023-03-01T04:29:07.000Z_ |
41924 | | -###### Diff: [`41a0227...b7cc171`](https://github.com/ChromeDevTools/devtools-protocol/compare/41a0227...b7cc171) |
41925 | | - |
41926 | | -```diff |
41927 | | -@@ browser_protocol.pdl:752 @@ experimental domain Audits |
41928 | | - FormInputAssignedAutocompleteValueToIdOrNameAttributeError |
41929 | | - FormLabelHasNeitherForNorNestedInput |
41930 | | - FormLabelForMatchesNonExistingIdError |
41931 | | -- FormHasPasswordFieldWithoutUsernameFieldError |
41932 | | - |
41933 | | - # Depending on the concrete errorType, different properties are set. |
41934 | | - type GenericIssueDetails extends object |
41935 | 41948 | ``` |
0 commit comments