scala-js / scala-js-dom

Statically typed DOM API for Scala.js
Other
315 stars 160 forks source link

Generic error event for EventSource #832

Closed cornerman closed 4 months ago

cornerman commented 5 months ago

According to MDN the error of an EventSource is a generic Event instead of an ErrorEvent: https://developer.mozilla.org/en-US/docs/Web/API/EventSource/error_event

Just caught one of these underspecified errors in the wild :)