You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might allow us to delete a sentence or two in the introduction, and helps highlight what the wins of this spec are. Here's what I remember so far:
No progress handler (leave it for future spec work).
No "interactive promise" stuff.
Cover the case of handlers returning a promise
Update/clarify terminology: "fulfilled", "rejected", "reason", and "pending" instead of vague words like "completion," "failure", "finished", "failed state".
Specify that the rejection reason passed to onRejected is the thrown error.
Require asynchronous resolution.
Specify ordering of callbacks for subsequent calls to then.
Do not require promise1 !== promise2.
This might be best put in a second document in the repository (differences-from-promises-a.md) which could allow us to expand on each item, and avoids crowding the main spec with stuff of mainly-historical interest.
The text was updated successfully, but these errors were encountered:
+1 on separating this info, either in a separate section (at the bottom), or a separate doc. If it's a separate doc, we could just link to it from the spec.
Seems like a section at the bottom of the spec would work, and we can link to from somewhere in the first few paragraphs. I can try to put that together later tonight. If people prefer a separate doc, we can always move it easily.
This might allow us to delete a sentence or two in the introduction, and helps highlight what the wins of this spec are. Here's what I remember so far:
onRejected
is the thrown error.then
.promise1 !== promise2
.This might be best put in a second document in the repository (
differences-from-promises-a.md
) which could allow us to expand on each item, and avoids crowding the main spec with stuff of mainly-historical interest.The text was updated successfully, but these errors were encountered: