Skip to content

Commit db7cc5c

Browse files
committed
Update WebTwain_IO.md
1 parent db8eb93 commit db7cc5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

info/api/WebTwain_IO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ HTTPDownloadThroughPost(
13821382
path: string,
13831383
type: Dynamsoft.DWT.EnumDWT_ImageType | number,
13841384
successCallback: () => void,
1385-
failureCallback: (errorCode: number, errorString: string) => void,
1385+
failureCallback: (errorCode: number, errorString: string, response?: any) => void,
13861386
): void;
13871387
```
13881388

@@ -1399,6 +1399,7 @@ HTTPDownloadThroughPost(
13991399
`failureCallback`: A callback function that is executed if the request fails.
14001400
- `errorCode`: The error code.
14011401
- `errorString`: The error string.
1402+
- `response`: The response from your server.
14021403

14031404
**Availability**
14041405

0 commit comments

Comments
 (0)