mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.94k stars 1.98k forks source link

Safari data for AudioWorklet is incomplete #11648

Closed foolip closed 3 years ago

foolip commented 3 years ago

AudioWorklet and AudioWorkletNode are marked as shipping in Safari 14.1, but AudioWorkletGlobalScope and AudioWorkletProcessor are marked as not supported in Safari.

This probably stems from mdn-bcd-collector not doing any testing inside worklets yet, and AudioWorkletGlobalScope and AudioWorkletProcessor are [Exposed=AudioWorklet].

cc @jdatapple

lucalves commented 3 years ago

Hello @foolip, I created PR #11743 to solve this.

However, I was unsure if I should also add safari_ios compatibility: "14.5".

If it is necessary to add, please inform me that I can do this.

foolip commented 3 years ago

Thanks @lucalves! I've commented on the PR.