Searched refs:rejection (Results 1 – 23 of 23) sorted by relevance
50 * [Rejection forwarding](#rejection-forwarding)51 * [Mixed resolution and rejection forwarding](#mixed-resolution-and-rejection-forwarding)168 and an associated value, or rejection (failure) and an associated reason.187 or rejection value. Returns a new promise for the transformed result.189 The `then()` method registers new fulfilled, rejection and progress handlers258 Registers a rejection handler for promise. It is a shortcut for:405 with that thrown exception as the rejection reason.498 If `$promiseOrValue` is a value, it will be the rejection value of the505 throwing an exception. For example, it allows you to propagate a rejection with539 rejected. The rejection value will be an array of all rejection reasons.[all …]
173 rejection handlers.
16 -ar, --allow-rejection Keep running even after unhandled promise rejection.
51 $rejection = Create::rejectionFor($this->result);52 return $onRejected ? $rejection->then(null, $onRejected) : $rejection;
57 $rejection = Create::rejectionFor($this->result);59 return $onRejected ? $rejection->then(null, $onRejected) : $rejection;
126 ## Promise rejection129 rejection reason.161 You can also forward a rejection down the promise chain by returning a238 the rejection reason is an instance of `\Exception` the reason is thrown.317 …Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to …321 …Appends a rejection handler callback to the promise, and returns a new promise resolving to the re…494 does allow consumers of the value to modify the resolution or rejection of the
86 require('promise/lib/rejection-tracking').enable();94 require('promise/lib/rejection-tracking').enable(101 `rejection-tracking.enable(options)` takes the following options:214 … it just returns `this`. If `callback` is a function it is called with rejection reason as the fi…
141 rejection reason.173 You can also forward a rejection down the promise chain by returning a251 the rejection reason is an instance of `\Exception` the reason is thrown.328 …Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to …332 …Appends a rejection handler callback to the promise, and returns a new promise resolving to the re…501 does allow consumers of the value to modify the resolution or rejection of the
206 - Errors in unhandled rejection handlers should not cause any problems212 …- **Added detection unhandled rejection tracking support - now it's available everywhere**, [#140]…261 - Added fallback for V8 ~ Chrome 49 `Promise` subclassing bug causes unhandled rejection on feature…283 …ejectionhandled` handler](https://github.com/zloirock/core-js#unhandled-rejection-tracking) to the…341 * Added browser [`Promise` rejection hook](#unhandled-rejection-tracking), [#106](https://github.co…423 …://github.com/zloirock/core-js/issues/85) - invalid `Promise` unhandled rejection message in neste…492 …com/zloirock/core-js/#ecmascript-6-promise) unhandled rejection tracking and resolving / rejection…543 …e`](https://github.com/zloirock/core-js/#ecmascript-6-promise) unhandled rejection tracking in shim
808 ##### Unhandled rejection tracking821 In a browser on rejection, by default, you will see notify in the console, or you can add a custom …
1538 loud-rejection@^1.0.0:1540 …resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578…1578 loud-rejection "^1.0.0"
1694 loud-rejection@^1.0.0:1696 …resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578…1742 loud-rejection "^1.0.0"
2 …rejection&&Q(e),e.rejection=1),!0===s?r=o:(h&&h.enter(),r=s(o),h&&(h.exit(),i=!0)),r===t.promise?c… property
1 …ion(error) {\n // If a rejected Promise was yielded, throw the rejection back\n …
1 …rejection', value);\n }\n });\n // Browsers should not trigger `rejectionHandled`…
33036 if (state.rejection === UNHANDLED) onHandleUnhandled(state);33037 state.rejection = HANDLED;33061 if (isReject && !state.rejection) onUnhandled(state);33091 state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;33098 return state.rejection !== HANDLED && !state.parent;33177 rejection: false,
2 …rejection&&onHandleUnhandled(r),r.rejection=1),!0===k?y=u:(B&&B.enter(),y=k(u),B&&(B.exit(),_=!0))…
42822 if (state.rejection === UNHANDLED) onHandleUnhandled(promise, state);42823 state.rejection = HANDLED;42847 if (isReject && !state.rejection) onUnhandled(promise, state);42876 state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;42883 return state.rejection !== HANDLED && !state.parent;42960 rejection: false,
1 …rejection back\n // into the async generator function so it can be handled there.\n …
1 …rejection \");\n }\n } else {\n activeFireEvent(name, promise);\n }\n}\n\nfunc…