✳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
- JavaScript Async Promisesw3schools.com
- Reading 15: Promisesweb.mit.edu
- Microtasks and event looptr.javascript.info
- Futures and promises - Wikipediaen.wikipedia.org
- What Async Promised and What it Delivered — Causalitycausality.blog
- Reading 16: Mutual Exclusionweb.mit.edu
- 'return await promise' vs 'return promise' in JavaScriptdmitripavlutin.com
- Reading 23: Mutual Exclusionweb.mit.edu
- TypeScript Structured Concurrencythecandidstartup.org
- Everything is Fertilenickcammarata.com
- The Event Loop and Callback Hell - Wes Boswesbos.com
- Asynchronous context tracking | Node.js v26.5.0 Documentationnodejs.org