Closed tobie closed 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. :)
Thanks. Dropped the local definition of TypeMismatchError, left the note about switching to TypeError if web compatible.
TypeMismatchError
TypeError
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. :)