File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1589152 — _2026-02-24T05:03:10.000Z_
4+ ###### Diff: [`6b927c9...a62c3cc`](https://github.com/ChromeDevTools/devtools-protocol/compare/6b927c9...a62c3cc)
5+
6+ ```diff
7+ @@ domains/Emulation.pdl:525 @@ domain Emulation
8+ experimental type DisabledImageType extends string
9+ enum
10+ avif
11+ + jxl
12+ webp
13+
14+ experimental command setDisabledImageTypes
15+ ```
16+
317## Roll protocol to r1588380 — _2026-02-22T04:58:30.000Z_
4- ###### Diff: [`e3b75f4...0affcf5 `](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b75f4...0affcf5 )
18+ ###### Diff: [`e3b75f4...6b927c9 `](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b75f4...6b927c9 )
519
620```diff
721@@ domains/DOM.pdl:183 @@ domain DOM
@@ -42227,21 +42241,4 @@ index 0dbdc01d..7a3c772c 100644
4222742241 SourceAndTriggerHeaders
4222842242 SourceIgnored
4222942243 TriggerIgnored
42230- ```
42231-
42232- ## Roll protocol to r1137730 — _2023-05-01T04:26:59.000Z_
42233- ###### Diff: [`a74f8b5...fb39cd1`](https://github.com/ChromeDevTools/devtools-protocol/compare/a74f8b5...fb39cd1)
42234-
42235- ```diff
42236- @@ js_protocol.pdl:1044 @@ domain Runtime
42237- window
42238- optional any value
42239- optional string objectId
42240- + # Set if value reference met more then once during serialization. In such
42241- + # case, value is provided only to one of the serialized values. Unique
42242- + # per value in the scope of one CDP call.
42243- + optional integer weakLocalObjectReference
42244-
42245- # Unique object identifier.
42246- type RemoteObjectId extends string
4224742244```
Original file line number Diff line number Diff line change 1080010800 "type": "string",
1080110801 "enum": [
1080210802 "avif",
10803+ "jxl",
1080310804 "webp"
1080410805 ]
1080510806 }
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1588380 " ,
3+ "version" : " 0.0.1589152 " ,
44 "description" : " The Chrome DevTools Protocol JSON" ,
55 "repository" : " https://github.com/ChromeDevTools/devtools-protocol" ,
66 "author" : " The Chromium Authors" ,
Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ domain Emulation
525525 experimental type DisabledImageType extends string
526526 enum
527527 avif
528+ jxl
528529 webp
529530
530531 experimental command setDisabledImageTypes
Original file line number Diff line number Diff line change @@ -9337,7 +9337,7 @@ export namespace Protocol {
93379337 * Enum of image types that can be disabled.
93389338 * @experimental
93399339 */
9340- export type DisabledImageType = ('avif' | 'webp');
9340+ export type DisabledImageType = ('avif' | 'jxl' | ' webp');
93419341
93429342 export interface CanEmulateResponse {
93439343 /**
You can’t perform that action at this time.
0 commit comments