Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Promise

Simple Promise implementation

Use it if Promise is not implemented:

if(!window.Promise) {
  Promise = function(.....)
}

Supports:

  • resolve
  • reject
  • then (also in chain)
  • catch
  • all
  • race

Used as a part of Edequate framework.

Fiddle is here.

About

Simple Promise implementation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages