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