You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
It feels like there probably should be first and foremost a discussion on how to handle maplike interfaces in MDN pages, before trying to detect gaps. As an aside, I'm not sure there is a lot of value in displaying the BCD-availability of the "inherited" attributes and methods - I think it's safe to say that if a maplike interface is implemented in a browser, they'll get automatically get the relevant Map members.
There may be a good reason, but I think the properties and methods of
https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap
should be listed as missing. They have a BCD entry and are supported by 3 engines.
Note that they are defined via a
maplike<>
webidl type, but it was difficult to get a correct spec link: https://webaudio.github.io/web-audio-api/#AudioWorkletNode is the closest link I was able to get.The text was updated successfully, but these errors were encountered: