Skip to content

jfet97/Promyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promises/A+ logo

Promyse

Promyse it's just a bad imitation of the Promise API that is Promises/A+ compliant.
You won't find an efficient, well written implementation. Only a well-documented one that may or may not help you understand what's going on under the hood.

I had fun writing it, I hope you'll find my code fun too.

P.S. I've already implemented two new static methods that currently are only proposals: Promyse.allSettled and Promyse.any.
Use them at your own risk.

how

npm i -S promyse
const { Promyse } = require("promyse");

About

Example implementation of Promises written in ES6 - not a polyfill

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published