We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bbaff commit 33f6bb6Copy full SHA for 33f6bb6
1 file changed
_articles/info/api/WebTwain_IO.md
@@ -3885,8 +3885,8 @@ Load image from the specified storage folder.
3885
```typescript
3886
loadFromLocalStorage (
3887
settings:{
3888
- uid: string,
3889
- password?:string,
+ uid: string;
+ password?:string;
3890
}
3891
): Promise<{oriImageId: string, newImageId: string}[]>;
3892
```
@@ -3935,8 +3935,8 @@ Remove the specified storage folder.
3935
3936
removeLocalStorage(
3937
3938
3939
- password?: string,
+ password?: string;
3940
3941
): Promise<boolean>;
3942
0 commit comments