Promise topic
A 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.
fun-task
Abstraction for managing asynchronous code in JS
asyncro
⛵️ Beautiful Array utilities for ESnext async/await ~
miniprogram-network
Redefine the Network API of Wechat MiniProgram (小程序网络库)
dynasty
Dynasty - Promise-based, clean DynamoDB API
browser-unhandled-rejection
A ponyfill/polyfill for browser Promise unhandledrejection events
unity-promises
Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous...
vue-geolocation
ask to your users their coordinates, and wrap them into a Promise
http-vue-loader
load .vue files from your html/js
easysoap
A simple to use SoapClient for Node.js