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
I was wondering if there was one source that lists all the feature identifiers? e.g. a list that would include something like ["api/AbortController", "css/properties/charset"] and so on.
The text was updated successfully, but these errors were encountered:
Hey, thanks for reaching out! That sounds like a very interesting project. I would like to learn more about it!
If you have the compat data npm package installed, you could then maybe inspect the object tree to see what's exposed?
Hi! I'm working on a project that provides an embeddable widget for caniuse data, and I'm working on extending it to also include MDN data, e.g. https://caniuse.bitsofco.de/embed/index.html?feat=mdn-api_AbortController
I was wondering if there was one source that lists all the feature identifiers? e.g. a list that would include something like
["api/AbortController", "css/properties/charset"]
and so on.The text was updated successfully, but these errors were encountered: