Repository navigation
Promise
Created by Barbara Liskov, Liuba Shrira, Mark S. Miller, Dean Tribble, Rob Jellinghaus, Daniel P. Friedman
发布于 1988
- Website
- Wikipedia
- 维基百科
相关主题
async/awaitA promise is an object returned by an asynchronous function, which represents the current state of the operation. At the time the promise is returned to the caller, the operation often isn't finished, but the promise object provides methods to handle the eventual success or failure of the operation.
Promise based HTTP client for the browser and node.js
A window.fetch JavaScript polyfill.
Standard Library
A light-weight module that brings the Fetch API to Node.js
Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
A tiny wrapper built around fetch with an intuitive syntax. 🍬
Promise packages, patterns, chat, and tutorials
Promise queue with concurrency control
Axios + standardized errors + request/response transforms.
🦋 Fantasy Land compliant (monadic) alternative to Promises
A data mapper for Node.js and PostgreSQL.
✨✨✨ Challenge your JavaScript programming limits step by step 前端手写题,一步步提升 JavaScript 编程水平
Simple and modern async event emitter
💝 Composable Promises & Promises as components