webpapaya / promise-frites

🍟 Hot and salty promise utilities 🍟 Docs https://github.com/webpapaya/promise-frites/blob/master/doc.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Promise Frites

Promise frites is a collection of utility functions to be used with es6 promises.

Image from Wikipedia

Installation

npm install promise-frites --save

Usage

Please have a look at the docs.

Breaking change in v1.0.0

  • Retry does not return the last error, but throws a RetryError which contains all errors under the errors property.
  • Dropped support for node 5. (it might still work but isn't tested)

About

🍟 Hot and salty promise utilities 🍟 Docs https://github.com/webpapaya/promise-frites/blob/master/doc.md


Languages

Language:JavaScript 100.0%