Execute commands from Node.js and get a Promise back.
A minimal implement of Promise
Async await to Array -> `const [error, value] = await A2A(fooPromise());`
Angular application that produces a random set of front end web developer interview questions (based on h5bp front end interview questions)
gRPC Pool Connection for Nodejs Clients
tiny, flexible, fast, promise-based, webextension messaging
📤 Deep resolve promises in objects.
Using wget in Node, with Promise support.
A simple promise based library for the pandascore.co API
🪐 The missing fs.promises.exists(). Also supports case-sensitive/insensitive file paths.
A package be used in conjunction with the N-API module to call C++ code from JavaScript. Allows the user to call thread safe promise functions such (...
Simple polyfill for Promise.allSettled - no dependencies - Uses default implementation if available.
Useful utils about promise. (map, filter, retry, sleep
Strongly-typed promise-based client library for Facebook's Graph API using TypeScript.
Smart caching for promises. Like memoization, but better.
Fully compliant promise pattern implemented in C#
Catch, unhandledRejection, rejectionHandled and multipleResolves
A wrapper for async/await calls without the need of try/catch block.
Create a task and resolve it later via a Promise approach. Run time-consuming processes only once.
Javascript style promises with async/await, suspend/resume and cancel features for Swift.
A tiny utility that simplifies try-catch handling in JavaScript/TypeScript. No more repetitive try-catch blocks for every async operation.
🎗️ Trigger React forms and modals from async code
Elegant handling Axios errors.
✨ setInterval for promises and async/sync functions. Support graceful shutdown and prevent multiple executions from overlapping in time.
An implementation for Array.fromAsync, which dumps an async iterator into an array.
A Vue 3 library to create modals that are resolved with promises.
Single file, header-only library implementing a future-type for C11.
A lightweight, universal Fetch-based HTTP client that works in Server Components, React, Vue, Svelte, Node, Bun, and more. No XHR, no polyfills, no cl...
:dolphin: 一个使用 TypeScript 封装的 http 库,支持 Promise ,Jest 测试过后的纯天然无公害,项目也用到了 husky 这样的工具来构建工作流,采用原生 ES5 + ES...
Giving property Loading Error and Result of Promise in Component
Fetch asynchronously an image using it's source and resolve as `HTMLImageElement`.
A simple, elegant and lightweight HTTP client for browser
promise directive for angular
Light, sexy and type safe Future implementation in Swift.
Convert gulp stream to promise.
Get Twitter user's last tweet
Playing with Promises for a deep understanding
A promise utility for batching
Fun with asynchronous JavaScript
Promise-based asynchronous readers-writers lock
THIS REPO IS NO LONGER MAINTAINED: A fast and simple Promise/A+ implementation
The promise API for setTimeout
HAPI plugin for Co-Routine handlers
Proxy-Powered Promisification for your Pleasure
Adds async/await to NeDB
Reinventing some javascript wheels
Desmond is a caretaker of boilerplate code for node back-end development, providing a set of maintained tools.
this is an experimental implementation of javascript's promise in go
将 electron 的 ipcMain 与 ipcRenderer 间的通信转换为 promise 模式