← Back to release summary

WebAudio: Add BaseAudioContext

Category
Multimedia
Type
New or changed feature
Status
Enabled by default (Chrome 55)
Intent stage
None

Summary

Implement BaseAudioContext according to the spec. This introduces a trivial but user-visible change: querying `AudioContext.prototype.hasOwnProperty(functionName)` will fail. See the comment to see how to fix the potential issue.

Standards & signals

Docs: https://webaudio.github.io/web-audio-api/#BaseAudioContext https://developer.mozilla.org/en-US/docs/Web/API/AudioContext

View on chromestatus.com