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.

List Promise repositories

fun-task

373
Stars
18
Forks
Watchers

Abstraction for managing asynchronous code in JS

asyncro

488
Stars
24
Forks
Watchers

⛵️ Beautiful Array utilities for ESnext async/await ~

miniprogram-network

107
Stars
10
Forks
Watchers

Redefine the Network API of Wechat MiniProgram (小程序网络库)

dynasty

159
Stars
53
Forks
Watchers

Dynasty - Promise-based, clean DynamoDB API

core-js

24.0k
Stars
1.6k
Forks
251
Watchers

Standard Library

browser-unhandled-rejection

28
Stars
4
Forks
Watchers

A ponyfill/polyfill for browser Promise unhandledrejection events

unity-promises

38
Stars
6
Forks
Watchers

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

88
Stars
15
Forks
Watchers

ask to your users their coordinates, and wrap them into a Promise

http-vue-loader

1.5k
Stars
273
Forks
Watchers

load .vue files from your html/js

easysoap

129
Stars
60
Forks
Watchers

A simple to use SoapClient for Node.js