Skip to content

Commit 52801be

Browse files
committed
v5.0.2677
1 parent 6685a01 commit 52801be

File tree

8 files changed

+12
-24
lines changed

8 files changed

+12
-24
lines changed

Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ <h4 class="name" id="UploadItem">
27502750

27512751

27522752
<div class="description">
2753-
This class represent file upload, provides methods and notification tocontrol it.
2753+
Represents a file or folder being uploaded. Provides functions to discover item state, get info about uploadprogress as well as to pause, resume and cancel upload.
27542754
</div>
27552755

27562756

@@ -2999,7 +2999,7 @@ <h4 class="name" id="AddListener">
29992999
<h4 class="name" id="CancelAsync">
30003000

30013001

3002-
CancelAsync<span class="signature">(<span class="optional">fCallback</span>, <span class="optional">iTryCount</span>)</span>
3002+
CancelAsync<span class="signature">(<span class="optional">iTryCount</span>, <span class="optional">fCallback</span>)</span>
30033003

30043004
</h4>
30053005
</div>
@@ -3031,8 +3031,6 @@ <h4 class="name" id="CancelAsync">
30313031
<th>Type</th>
30323032

30333033

3034-
<th>Default</th>
3035-
30363034

30373035
<th class="last">Description</th>
30383036
</tr>
@@ -3043,23 +3041,19 @@ <h4 class="name" id="CancelAsync">
30433041

30443042
<tr>
30453043

3046-
<td class="name"><code>fCallback</code></td>
3044+
<td class="name"><code>iTryCount</code></td>
30473045

30483046

30493047
<td class="type">
30503048

30513049

3052-
<span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html#~AsyncCallback">ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback</a></span>
3050+
<span class="param-type">number</span>
30533051

30543052

30553053

30563054
</td>
30573055

30583056

3059-
<td class="default">
3060-
3061-
</td>
3062-
30633057

30643058
<td class="description last">
30653059

@@ -3070,32 +3064,26 @@ <h4 class="name" id="CancelAsync">
30703064

30713065

30723066

3073-
The callback to call when upload cancelled.</td>
3067+
Number of times to try to delete the file if the file did not exist on the server before upload.Pass 0 to not try to delete the file. Default is: 5.</td>
30743068
</tr>
30753069

30763070

30773071

30783072
<tr>
30793073

3080-
<td class="name"><code>iTryCount</code></td>
3074+
<td class="name"><code>fCallback</code></td>
30813075

30823076

30833077
<td class="type">
30843078

30853079

3086-
<span class="param-type">number</span>
3080+
<span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html#~AsyncCallback">ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback</a></span>
30873081

30883082

30893083

30903084
</td>
30913085

30923086

3093-
<td class="default">
3094-
3095-
5
3096-
3097-
</td>
3098-
30993087

31003088
<td class="description last">
31013089

@@ -3106,7 +3094,7 @@ <h4 class="name" id="CancelAsync">
31063094

31073095

31083096

3109-
The number to retry.</td>
3097+
The callback to call when upload cancelled.</td>
31103098
</tr>
31113099

31123100

@@ -3717,7 +3705,7 @@ <h4 class="name" id="PauseAsync">
37173705

37183706

37193707
<div class="description">
3720-
Begins upload.
3708+
Pauses upload.
37213709
</div>
37223710

37233711

Help/ClassReference/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3770,7 +3770,7 @@ <h2 class="applicationName"><a href="index.html">IT Hit WebDAV AJAX Library Clas
37703770
</div>
37713771
</th>
37723772
<td>
3773-
<div>This class represent file upload, provides methods and notification tocontrol it.</div>
3773+
<div>Represents a file or folder being uploaded. Provides functions to discover item state, get info about uploadprogress as well as to pause, resume and cancel upload.</div>
37743774
</td>
37753775
</tr>
37763776
</table>

ITHitWebDAVClient.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
30 Bytes
Binary file not shown.
-4 KB
Binary file not shown.
-2 Bytes
Binary file not shown.
-5 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdav.client",
3-
"version": "5.0.2674",
3+
"version": "5.0.2677",
44
"description": "WebDAV ajax library for opening documents from a web page and managing WebDAV servers.",
55
"main": "ITHitWebDAVClient.js",
66
"keywords": [

0 commit comments

Comments
 (0)