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

AudioContext.onerror #2580

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

AudioContext.onerror #2580

wants to merge 11 commits into from

Conversation

hoch
Copy link
Member

@hoch hoch commented Mar 27, 2024

This PR resolves #2567.

  • Add the onerror event handler under the AudioContext interface.
  • Add a step to fire onerror event in the AudioContext constructor steps on the render thread.
  • Remove the non-normative notes on the notification being impossible.
  • Add a prose to specify the onerror case on a running AudioContext.

Preview | Diff

@hoch hoch changed the title [WIP] AudioContext.onerror AudioContext.onerror Mar 28, 2024
@hoch hoch requested a review from padenot March 28, 2024 18:04
@hoch
Copy link
Member Author

hoch commented Mar 28, 2024

@padenot Ready for the first pass. Let me know what you think!

@gsinafirooz
Copy link

Hi @padenot; I just wanted to bump this.

index.bs Show resolved Hide resolved
index.bs Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
@marcoscaceres
Copy link
Contributor

@jernoble, could you take a look at this also by chance?

@hoch
Copy link
Member Author

hoch commented May 3, 2024

@padenot It looks like we resolved all discussions so far. Let me know if you have more questions!

@gsinafirooz
Copy link

@jernoble, could you take a look at this also by chance?

@jernoble, We'd like to hear your opinion :)

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.

Device-related error reporting via AudioContext.onerror
7 participants