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

Use a regular Event for AudioContext.onerror #2593

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Use a regular Event for AudioContext.onerror #2593

merged 1 commit into from
Jul 15, 2024

Conversation

hoch
Copy link
Member

@hoch hoch commented Jul 15, 2024

Fixes #2590.

cc @domenic - there are other places where ErrorEvent is used without necessary information, but this PR is focused on fixing problems with AudioContext.onerror.


Preview | Diff

@hoch hoch requested a review from padenot July 15, 2024 14:12
@hoch
Copy link
Member Author

hoch commented Jul 15, 2024

Thanks for the quick review, @padenot!

@hoch hoch merged commit fd14ad2 into main Jul 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error event uses ErrorEvent but it doesn't fill in any of its fields
2 participants