Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 926 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 926 Bytes

PromiseX

TypeScript based promise implementation; and, 'await' ready!

Setup

Design

Todo

  • error handling currently doesn't deal with exceptions; should 'try..catch' and setError for the caught exception, or propagate - DONE!
  • have 'then' and 'catch' return 'PromiseX' rather than 'PromiseLike', so 'catch' can be used for chaining just like 'then' do! - DONE!

References & Discussions