Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.
-
Notifications
You must be signed in to change notification settings - Fork 0
Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.
Kisalaykisu/JS_Ajax_PromiseCallBack
About
Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published