@roxybrowser/openapi 1.0.10-beta.2 → 1.0.10-beta.3

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.
package/lib/cli.js CHANGED
@@ -1711,7 +1711,7 @@ var CreateBrowser = class {
1711
1711
  // Media settings
1712
1712
  forbidAudio: { type: "boolean", description: "Enable/disable sound" },
1713
1713
  forbidImage: { type: "boolean", description: "Enable/disable image loading" },
1714
- forbiddenPictureSize: { type: "number", description: "Image load size threshold (bytes). When forbidImage is false, set forbiddenPictureSize = 0 to disable all image loading. Default 0." },
1714
+ forbiddenPictureSize: { type: "number", description: "Image load size threshold (KB, positive integer). When forbidImage is false, set forbiddenPictureSize = 0 to disable all image loading. Default 0." },
1715
1715
  forbidMedia: { type: "boolean", description: "Enable/disable video playback" },
1716
1716
  // Window settings
1717
1717
  openWidth: { type: "string", description: "Window width" },