Bug 204719 - Unprefix AudioContext constructor?
Summary: Unprefix AudioContext constructor?
Status: RESOLVED DUPLICATE of bug 216885
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-30 11:47 PST by Tim Guan-tin Chien [:timdream]
Modified: 2022-06-21 15:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Guan-tin Chien [:timdream] 2019-11-30 11:47:08 PST
I don't see anything on this tracker representing unprefixing the AudioContext constructor. Any specific reasons why it can't be unprefixed, given it was implemented since Safari 6?
Comment 1 Radar WebKit Bug Importer 2019-11-30 11:47:32 PST
<rdar://problem/57540642>
Comment 2 Philip Jägenstedt 2020-07-02 03:14:49 PDT
It looks like WebKit is the only engine where AudioContext is still prefixed:
https://developer.mozilla.org/en-US/docs/Web/API/AudioContext#Browser_compatibility

(As webkitAudioContext)
Comment 3 Philip Jägenstedt 2020-07-02 03:17:41 PDT
Tests in WPT checking that the prefixed variant doesn't exist:
https://wpt.fyi/results/webaudio/historical.html?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned
Comment 4 Philip Jägenstedt 2020-07-02 03:31:10 PDT
Hmm, it also looks like a lot of tests are failing or not run because of this. Example: https://wpt.fyi/results/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer.html?run_id=595470001&run_id=613910001&run_id=608350001
Comment 5 Sam Sneddon [:gsnedders] 2022-06-21 15:10:11 PDT
Duping to where it got enabled.

*** This bug has been marked as a duplicate of bug 216885 ***