bcd-idl-mapper
v3.0.1
Published
Retrieves browser compatibility data by IDL name, including mixins and legacy aliases.
Maintainers
Readme
bcd-idl-mapper
This exposes a modified api field value of @mdn/browser-compat-data as the default export, with the following changes:
- Mixins are in
__mixins, e.g.api.__mixins.WindowEventHandlers.onstorage.- Each member data have no direct
__compat - Each member data have subitems with
__compat, e.g.api.__mixins.NavigatorLanguage.language.WorkerNavigator
- Each member data have no direct
- CSS properties are in
CSSStylePropertiesin camel case, e.g.api.CSSStyleProperties.justifyContent alternative_nameandprefixare mapped as separate items, e.g.api.Window.clientInformationandapi.CSSStyleProperties.webkitJustifyContent.
.__compat.support object has one more field named preferred_name, which only exists in items generated from alternative_name or prefix.
Dependencies
This package has two peer dependencies, which means you should explicitly install them together.
