Updated Aborter timeout description from million-seconds to milliseconds
This commit is contained in:
Родитель
7981009e0e
Коммит
77dc1eb84e
|
@ -66,11 +66,11 @@ export class Aborter implements AbortSignalLike {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates a new Aborter instance with timeout in million-seconds.
|
||||
* Creates a new Aborter instance with timeout in milliseconds.
|
||||
* Set parameter timeout to 0 will not create a timer.
|
||||
*
|
||||
* @static
|
||||
* @param {number} {timeout} in million-seconds
|
||||
* @param {number} {timeout} in milliseconds
|
||||
* @returns {Aborter}
|
||||
* @memberof Aborter
|
||||
*/
|
||||
|
|
|
@ -7330,9 +7330,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.1.6",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.6.tgz",
|
||||
"integrity": "sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==",
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz",
|
||||
"integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==",
|
||||
"dev": true
|
||||
},
|
||||
"uglify-js": {
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"rollup-plugin-visualizer": "^0.9.0",
|
||||
"source-map-support": "^0.5.9",
|
||||
"ts-node": "^7.0.1",
|
||||
"typescript": "^3.1.6"
|
||||
"typescript": "^3.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run test:node && npm run test:browser",
|
||||
|
|
Загрузка…
Ссылка в новой задаче