Searched refs:onHandled (Results 1 – 5 of 5) sorted by relevance
33 onHandled(promise._51);84 function onHandled(id) { function86 if (options.onHandled) {87 options.onHandled(rejections[id].displayId, rejections[id].error);
33 onHandled(promise._rejectionId);84 function onHandled(id) { function86 if (options.onHandled) {87 options.onHandled(rejections[id].displayId, rejections[id].error);
105 …onHandled(id, error)` - you can use these to provide your own customised display for errors. Note…