purescript-deprecated / purescript-dom

Type definitions and standard effect for interacting with the DOM
41 stars 57 forks source link

_readEventTarget returns Left String, but should be Left ForeignError #103

Closed rightfold closed 7 years ago

rightfold commented 7 years ago

A string is not a valid runtime representation for NonEmptyList ForeignError. This causes crashes.