Skip to content

javascript promise implementation with the Promises/A+ specification

Notifications You must be signed in to change notification settings

Firkraag/promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example workflow

promise

A javascript promise implementation with the Promises/A+ specification Promises/A+ logo

How To Test

Since this implementation uses rather new features of ES6 to hide private fields and functions of class, so it requires node>=14.0.0.

To test the compliance with the Promises/A+ specification, run:

npm install
npm run test

About

javascript promise implementation with the Promises/A+ specification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published