-
Notifications
You must be signed in to change notification settings - Fork 174
Add renderSizeHint handling to AudioContext constructor #2663
Copy link
Copy link
Open
Labels
Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/category: enhancementSubstantive changes that do not add new features. https://www.w3.org/policies/process/#class-3Substantive changes that do not add new features. https://www.w3.org/policies/process/#class-3size: SSmall amount of work expected to resolve.Small amount of work expected to resolve.
Metadata
Metadata
Assignees
Labels
Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/category: enhancementSubstantive changes that do not add new features. https://www.w3.org/policies/process/#class-3Substantive changes that do not add new features. https://www.w3.org/policies/process/#class-3size: SSmall amount of work expected to resolve.Small amount of work expected to resolve.
Currently, there is specific text about renderSizeHint in the OfflineAudioContext constructor here: https://webaudio.github.io/web-audio-api/#OfflineAudioContext-constructors
However, text to handle this is missing from the AudioContext constructor here: https://webaudio.github.io/web-audio-api/#AudioContext-constructors
We should add text to AudioContext constructor as well.