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

Update uses of WebIDL "invoke a callback function" #43

Open jeremyroman opened 3 months ago

jeremyroman commented 3 months ago

It seems to be intended here that errors within these callbacks are reported, rather than rethrown. Making an explicit choice is now required.

The argument list is now also wrapped in the list shorthand, since a single object is not, itself, a valid arguments list.

Part of whatwg/webidl#1425.


Preview | Diff

jeremyroman commented 3 months ago

@inexorabletash ptal?