Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic error event for EventSource #832

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Commits on Feb 1, 2024

  1. Generic error event for EventSource

    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
    cornerman authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    31925f2 View commit details
    Browse the repository at this point in the history
  2. update api-reports

    cornerman committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d68dd23 View commit details
    Browse the repository at this point in the history