devtools-protocol 0.0.1588380 → 0.0.1589152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10800,6 +10800,7 @@
|
|
|
10800
10800
|
"type": "string",
|
|
10801
10801
|
"enum": [
|
|
10802
10802
|
"avif",
|
|
10803
|
+
"jxl",
|
|
10803
10804
|
"webp"
|
|
10804
10805
|
]
|
|
10805
10806
|
}
|
package/package.json
CHANGED
package/types/protocol.d.ts
CHANGED
|
@@ -9337,7 +9337,7 @@ export namespace Protocol {
|
|
|
9337
9337
|
* Enum of image types that can be disabled.
|
|
9338
9338
|
* @experimental
|
|
9339
9339
|
*/
|
|
9340
|
-
export type DisabledImageType = ('avif' | 'webp');
|
|
9340
|
+
export type DisabledImageType = ('avif' | 'jxl' | 'webp');
|
|
9341
9341
|
|
|
9342
9342
|
export interface CanEmulateResponse {
|
|
9343
9343
|
/**
|