معرفی شرکت ها
Promise
تبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشتر
کتابخانه
توضیح خلاصه
-
Node.js test runner that lets you develop with confidence.
-
Get a stream as a string, buffer, or array
-
Throttle the parallelism of an asynchronous (promise returning) function / functions
-
Polyfill/shim for util.promisify in node versions < v8
-
Itty bitty little widdle twinkie pinkie ES2015 Promise implementation
-
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
-
A light-weight module that brings Fetch API to node.js
-
A library for promises (CommonJS/Promises/A,B,D)
-
Enforce best practices for JavaScript promises
-
Standard library
-
User-friendly glob matching
-
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
-
Promisify an event by waiting for it to be emitted
-
Map over promises concurrently
-
Delay a promise a specified amount of time
-
Full featured Promises/A+ implementation with exceptionally good performance
-
Make unhandled promise rejections fail loudly instead of the default silent fail
-
Convert an Observable to a Promise
-
Promisify a callback-style function
-
ES2015 Promise ponyfill
-
A lightweight library that provides tools for organizing asynchronous code
-
Create a deferred promise
-
Promise-based IO
-
Promise queue with concurrency control
-
A cross platform Promise.allSettled polyfill
-
ES Proposal spec-compliant shim for Promise.allSettled
-
Delay a promise a specified amount of time
-
Resolve any installed ES6 compatible promise
-
Simple wrapper to run promise "finally" logic
-
Advanced HTTP requests in node.js and browsers
-
Promisify a callback-based function
-
use either the native Promise or Bluebird
-
Promisifies all the selected functions in an object
-
A light-weight module that brings window.fetch to node.js
-
Universal WHATWG Fetch API for Node, Browsers and React Native
-
Make a callback- or promise-based function support both promises and callbacks.
-
Run multiple promise-returning & async functions with limited concurrency
-
Timeout a promise after a specified amount of time
-
Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.
-
A light, modular, promissory, isomorphic Jasmine test scaffold clone
-
Check if something is a promise
-
Returns a promise resolved in the next event loop - think `setImmediate()`
-
ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
-
Polyfill for ES6 Promise
-
Filter promises concurrently
-
Reduce a list of values using promises into a promise for a value
-
The most dead-simple trivial Deferred implementation
-
Supercharge supertest with a promise interface
-
Retry a promise-returning or async function
-
Standard library
-
[DEPRECATED] Use mz or fs-extra^3.0 with Promise Support
-
Crash or abort if you get an unhandledRejection or multipleResolves
-
Promise version of glob
-
Take care of your `spawn()`
-
Iterate over promises serially
-
`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
-
A Promise polyfill adapted from V8
-
A lightweight Promises/A+ and when() implementation, plus other async goodies.
-
Monadic streams
-
Make unhandled promise rejections fail hard right away instead of the default silent fail
-
modernize node.js to current ECMAScript standards
-
Turn callbacks, arrays, generators, generator functions, and promises into a thunk
-
Promise-based wrapper around Busboy. Processes multipart/form-data request body and returns it in a single object.
-
Wraps FS methods using Promise
-
The tmp package with promises support and disposers.