UNPKG

bcd-idl-mapper

Version:

Retrieves browser compatibility data by IDL name, including mixins and legacy aliases.

7 lines (5 loc) 163 B
import bcd from "@mdn/browser-compat-data" with { type: "json" }; // Some JS APIs are defined via Web IDL export default { WebAssembly: bcd.webassembly.api, };