w3c / webextensions

Charter and administrivia for the WebExtensions Community Group (WECG)
Other
600 stars 56 forks source link

Tooling for web extensions compatibility check #49

Open paulvi opened 3 years ago

paulvi commented 3 years ago

Do you know / can recommend tools that would help to check if particular API is in all major browsers? Just like https://caniuse.com/

Or a checking library, that will tell during build that that feature is not supported by particular browser.

ghostwords commented 3 years ago

MDN includes compatibility tables for each API, for example.

dotproto commented 3 years ago

AFAIK the MDN compatibility tables are community maintained. I think this is probably the best resource we have today, but long term I think we (or another appropriate body) should work on producing a cross-browser test suite to validate expected behavior.