Skip to content

A small DIY Promises/A+ implementation for educational purposes

Notifications You must be signed in to change notification settings

scwood/simple-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Promises/A+ implementation that I wrote for fun.

On top of what's defined in the spec, I also added some of the modern goodies like the constructor API, .catch, and the static .resolve/.reject/.all methods.

To run the Promises/A+ test suite (and a few of my own):

git clone https://github.com/scwood/simple-promise
cd simple-promise
npm install
npm test

About

A small DIY Promises/A+ implementation for educational purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published