flâneur — a map of the web's best reading

Promise - JavaScript | MDN

developer.mozilla.org · 3,830 words · saved by 1 readers

The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.

Promise - JavaScript | MDN Skip to main content Skip to search Promise Baseline Widely available * This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. * Some parts of this feature may have varying levels of support. Learn more See full compatibility The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. To learn about the way promises work and how you can use them, we advise you to read Using promises first. Description A Promise is a proxy for

Explore this link on the map →

related reading