- Mastering JavaScript Promises
- Muzzamil Hussain
- 58字
- 2021-07-16 13:46:49
Deferred
Deferred is an object that represents work that is not yet being done, and promise is an object representing a value that is not yet known.
The objects provide a way to take care of registering multiple callbacks into a self-managed callbacks queues, invoke callbacks queues, and relay the success or failure state of any synchronous function.
推薦閱讀
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- Learn TypeScript 3 by Building Web Applications
- Git Version Control Cookbook
- Raspberry Pi Networking Cookbook(Second Edition)
- Learning Python Design Patterns(Second Edition)
- Learning Neo4j 3.x(Second Edition)
- Functional Kotlin
- 3D少兒游戲編程(原書第2版)
- 軟件測(cè)試教程
- Canvas Cookbook
- Elasticsearch Essentials
- OpenCV 3 Blueprints
- Building Business Websites with Squarespace 7(Second Edition)
- 軟件工程與UML案例解析(第三版)
- INSTANT LESS CSS Preprocessor How-to