@jsweb/asyncs
Advanced tools
Comparing version 3.0.1 to 3.0.2
/** | ||
* @name @jsweb/asyncs | ||
* @version 3.0.1 | ||
* @version 3.0.2 | ||
* @desc Simple JS module for Promise and Fetch APIs, with some useful abstraction | ||
* @author Alex Bruno <git.alexbr@outlook.com> | ||
* @create date 2016-06-25 03:14:48 | ||
* @modify date 2018-10-13 20:40:56 | ||
* @modify date 2018-10-13 20:45:10 | ||
* @example | ||
@@ -249,3 +249,3 @@ * import { requestJSON, requestAll, requestRace } from '@jsweb/asyncs' | ||
* | ||
* @export | ||
* @export {function} | ||
* @param {string} url | ||
@@ -266,3 +266,3 @@ * @param {RequestInit} [cfg={}] | ||
* | ||
* @export | ||
* @export {function} | ||
* @param {string} url | ||
@@ -269,0 +269,0 @@ * @param {RequestInit} [cfg] |
/** | ||
* @name @jsweb/asyncs | ||
* @version 3.0.1 | ||
* @version 3.0.2 | ||
* @desc Simple JS module for Promise and Fetch APIs, with some useful abstraction | ||
* @author Alex Bruno <git.alexbr@outlook.com> | ||
* @create date 2016-06-25 03:14:48 | ||
* @modify date 2018-10-13 20:40:56 | ||
* @modify date 2018-10-13 20:45:10 | ||
* @example | ||
@@ -9,0 +9,0 @@ * import { requestJSON, requestAll, requestRace } from '@jsweb/asyncs' |
{ | ||
"name": "@jsweb/asyncs", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Simple JS module for Promise and Fetch APIs, with some useful abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd.js", |
@@ -6,4 +6,4 @@ # @jsweb/asyncs | ||
**Create**: date 2016-06-25 03:14:48 | ||
**Modify**: date 2018-10-13 20:40:56 | ||
**Version**: 3.0.1 | ||
**Modify**: date 2018-10-13 20:45:10 | ||
**Version**: 3.0.2 | ||
**Author**: Alex Bruno <git.alexbr@outlook.com> | ||
@@ -216,3 +216,3 @@ **Example** | ||
**Export**: | ||
**Export**: <code>function</code> | ||
@@ -231,3 +231,3 @@ | Param | Type | Default | | ||
**Export**: | ||
**Export**: <code>function</code> | ||
@@ -234,0 +234,0 @@ | Param | Type | |
Sorry, the diff of this file is not supported yet
30642