webdav.client 6.0.8747-beta → 6.0.8751-beta

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.
Binary file
Binary file
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v6.0.8747.0
2
+ // IT Hit WebDAV Ajax Library v6.0.8751.0
3
3
  // Copyright © 2020 IT Hit LTD. All rights reserved.
4
4
  // License: https://www.webdavsystem.com/ajax/
5
5
  // -----------------------------------------------------------------------
@@ -1821,6 +1821,13 @@ export namespace ITHit{
1821
1821
  */
1822
1822
  static ProtocolTimeoutMs: number
1823
1823
  ProtocolTimeoutMs: number
1824
+ /**
1825
+ * WebDAV protocol name.
1826
+ * @api
1827
+ * @type {string}
1828
+ */
1829
+ static ProtocolName: string
1830
+ ProtocolName: string
1824
1831
  }/**
1825
1832
  * Provides support partial uploads and resuming broken uploads.
1826
1833
  * @api
@@ -3217,9 +3224,9 @@ export namespace ITHit{
3217
3224
  /**
3218
3225
  * Gets [File]{@link https://www.w3.org/TR/FileAPI/} object. Returns null in case of a folder.
3219
3226
  * @api
3220
- * @return {(File | null )}
3227
+ * @return {(globalThis.File | null )}
3221
3228
  */
3222
- GetFile(): File | null;
3229
+ GetFile(): globalThis.File | null;
3223
3230
  /**
3224
3231
  * Get target url.
3225
3232
  * @api
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v6.0.8747.0
2
+ // IT Hit WebDAV Ajax Library v6.0.8751.0
3
3
  // Copyright © 2020 IT Hit LTD. All rights reserved.
4
4
  // License: https://www.webdavsystem.com/ajax/
5
5
  // -----------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdav.client",
3
- "version": "6.0.8747-beta",
3
+ "version": "6.0.8751-beta",
4
4
  "description": "WebDAV ajax library for opening documents from a web page and managing WebDAV servers.",
5
5
  "main": "index.js",
6
6
  "keywords": [