WICG / entries-api

Spec defining browser support for file/directory upload by drag-and-drop
https://wicg.github.io/entries-api/
Other
41 stars 9 forks source link

Make async steps explicitly "in parallel" with queued callbacks #41

Closed inexorabletash closed 1 year ago

inexorabletash commented 1 year ago

The previous text described async operations by starting off with "queue a task" then just describing the remaining behavior synchronously, including invoking callbacks.

It is more accurate to describe the async operations as starting off "in parallel", with any success/error callbacks being invoked by a queued task.

Note that the task source remains implied rather than explicit, although it is called out with a new issue.


Preview | Diff

inexorabletash commented 1 year ago

@mkruisselbrink maybe you can take a look?

inexorabletash commented 1 year ago

@mkruisselbrink - can you take another look?

(no rush at all, and if you'd prefer I find another reviewer please say!)