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

Add entries for webkitOfflineAudioContext #9514

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

foolip
Copy link
Contributor

@foolip foolip commented Mar 19, 2021

In addition to not representing prefixed support, much of the existing
data claimed support that was earlier than it really was.

Chrome versions for webkitOfflineAudioContext and OfflineAudioContext were
found with two mdn-bcd-collector tests:
https://mdn-bcd-collector.appspot.com/tests/api/webkitOfflineAudioContext
https://mdn-bcd-collector.appspot.com/tests/api/OfflineAudioContext/OfflineAudioContext

Other Chromium data was mirrored.

Safari 14 does not support the unprefixed constructor, that should be
coming in Safari 14.1.

Support for webkitOfflineAudioContext was confirmed in iOS 7, and so
assumed to have been introduced in iOS 6, matching webkitAudioContext.

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Mar 19, 2021
In addition to not representing prefixed support, much of the existing
data claimed support that was earlier than it really was.

Chrome versions for webkitOfflineAudioContext and OfflineAudioContext were
found with two mdn-bcd-collector tests:
https://mdn-bcd-collector.appspot.com/tests/api/webkitOfflineAudioContext
https://mdn-bcd-collector.appspot.com/tests/api/OfflineAudioContext/OfflineAudioContext

Other Chromium data was mirrored.

Safari 14 does not support the unprefixed constructor, that should be
coming in Safari 14.1.

Support for webkitOfflineAudioContext was confirmed in iOS 7, and so
assumed to have been introduced in iOS 6, matching webkitAudioContext.
@foolip foolip force-pushed the webkitOfflineAudioContext branch from f50c059 to 96b81fe Compare March 19, 2021 12:09
@@ -52,14 +96,26 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/OfflineAudioContext/OfflineAudioContext",
"description": "<code>OfflineAudioContext()</code> constructor",
"support": {
"chrome": {
"version_added": "55",
"notes": "Before Chrome 59, the default values were not supported."
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't figure out what these notes might be referring to so I removed them. Expecting to be asked by a reviewer to dig deeper, but taking my chances :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave a quick look for something which might even hint as to what this could be about and found nothing. I think this is the right call. 👍

Base automatically changed from master to main March 24, 2021 12:54
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🎉

@@ -52,14 +96,26 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/OfflineAudioContext/OfflineAudioContext",
"description": "<code>OfflineAudioContext()</code> constructor",
"support": {
"chrome": {
"version_added": "55",
"notes": "Before Chrome 59, the default values were not supported."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave a quick look for something which might even hint as to what this could be about and found nothing. I think this is the right call. 👍

@ddbeck ddbeck merged commit 7c1789a into mdn:main Mar 25, 2021
@foolip foolip deleted the webkitOfflineAudioContext branch March 25, 2021 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants