File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3832,7 +3832,7 @@ saveToLocalStorage(
38323832
38333833- ` uid ` : Specify the storage folder to save the images cache.
38343834- ` password ` : The password of the specified storage folder.
3835- - ` maxThreads ` : The maximum number of threads used for saving. You can set this to improve the speed. The default value is 1.
3835+ - ` maxThreads ` : The maximum number of threads used for saving. You can set this to improve the speed. The default value is 1. Available for v19.4+.
38363836- ` indices ` : Specify the indices to save.
38373837 - If not set, means all images in buffer.
38383838 - If set to ` [] ` , all cache in the specified storage folder will be clear.
@@ -3900,7 +3900,7 @@ loadFromLocalStorage (
39003900
39013901- ` uid ` : Specify the storage folder to load the images.
39023902- ` password ` : The password of the specified storage folder.
3903- - ` maxThreads ` : The maximum number of threads used for loading. You can set this to improve the speed. The default value is 1.
3903+ - ` maxThreads ` : The maximum number of threads used for loading. You can set this to improve the speed. The default value is 1. Available for v19.4+.
39043904
39053905** Return value**
39063906
You can’t perform that action at this time.
0 commit comments