Searched refs:thenable (Results 1 – 7 of 7) sorted by relevance
/plugin/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 156 promise that follows the state of this thenable (#52).
|
H A D | README.md | 480 If `$promiseOrValue` is a thenable (any object that provides a `then()` method), 481 a trusted promise that follows the state of the thenable is returned.
|
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 4417 var thenable = result.value; 4419 if (thenable) { 4420 safelyResolveThenable(self, thenable); 4453 function safelyResolveThenable(self, thenable) { argument 4473 thenable(onSuccess, onError);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 4843 function castPreservingDisposable(thenable) { argument 4844 var maybePromise = tryConvertToPromise(thenable); 4845 if (maybePromise !== thenable && 4846 typeof thenable._isDisposable === "function" && 4847 typeof thenable._getDisposer === "function" && 4848 thenable._isDisposable()) { 4849 maybePromise._setDisposable(thenable._getDisposer());
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 55354 var thenable = result.value; 55356 if (thenable) { 55357 safelyResolveThenable(self, thenable); 55396 function safelyResolveThenable(self, thenable) { 55419 thenable(onSuccess, onError);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …thenable","_isDisposable","_getDisposer","_setDisposable","castPreservingDisposable","tryDispose",…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …thenable = callback(source.token);\n const promise = new Promise((resolve, reject) => {\n …
|