Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 740 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 740 Bytes

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)