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

Link to WebIDL TypeError or TypeMismatchError #14

Closed tobie closed 7 years ago

tobie commented 7 years ago

Added the missing TypeMismatchError in WebIDL in https://github.com/heycam/webidl/commit/c50ffc45f6e8c19262aed531bbe6b047101c3b06.

Recommendation is to switch to TypeError if that's Web compatible, though. :)

inexorabletash commented 7 years ago

Thanks. Dropped the local definition of TypeMismatchError, left the note about switching to TypeError if web compatible.