KittyGiraudel / SJSJ

Simplified JavaScript Jargon
http://jargon.js.org
2.27k stars 193 forks source link

Add “thenable” entry #179

Open niksy opened 8 years ago

niksy commented 8 years ago

From http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/promise_exports_Thenable.html:

Thenable is a promise-like object with a then method which may be used to schedule callbacks on a promised value.

KittyGiraudel commented 8 years ago

Good idea.