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

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