devtools-protocol 0.0.1151065 → 0.0.1152352
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.
@@ -8738,7 +8738,7 @@
|
|
8738
8738
|
},
|
8739
8739
|
{
|
8740
8740
|
"name": "quality",
|
8741
|
-
"description": "Compression quality from range [0..100] (jpeg only).",
|
8741
|
+
"description": "Compression quality from range [0..100] (jpeg and webp only).",
|
8742
8742
|
"optional": true,
|
8743
8743
|
"type": "integer"
|
8744
8744
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -3984,7 +3984,7 @@ experimental domain HeadlessExperimental
|
|
3984
3984
|
jpeg
|
3985
3985
|
png
|
3986
3986
|
webp
|
3987
|
-
# Compression quality from range [0..100] (jpeg only).
|
3987
|
+
# Compression quality from range [0..100] (jpeg and webp only).
|
3988
3988
|
optional integer quality
|
3989
3989
|
# Optimize image encoding for speed, not for resulting size (defaults to false)
|
3990
3990
|
optional boolean optimizeForSpeed
|
package/types/protocol.d.ts
CHANGED
@@ -8021,7 +8021,7 @@ export namespace Protocol {
|
|
8021
8021
|
*/
|
8022
8022
|
format?: ('jpeg' | 'png' | 'webp');
|
8023
8023
|
/**
|
8024
|
-
* Compression quality from range [0..100] (jpeg only).
|
8024
|
+
* Compression quality from range [0..100] (jpeg and webp only).
|
8025
8025
|
*/
|
8026
8026
|
quality?: integer;
|
8027
8027
|
/**
|