-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
questionFurther information is requestedFurther information is requested
Description
if i modify this code(in then() method)
super.then(
value => onSettled("resolved", value, onFulfilled),
reason => onSettled("rejected", reason, onRejected)
);to
super
.then( value => onSettled("resolved", value, onFulfilled))
.catch( reason => onSettled("rejected", reason, onRejected))my code occures this error
abortable-promise.ts:131 Uncaught (in promise) RangeError: Maximum call stack size exceeded
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested