Open paulvi opened 3 years ago
MDN includes compatibility tables for each API, for example.
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.
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.