Is there a specific set of compatibility guidelines or standards that TypeScript follows when deciding which Web APIs to include for type support? or, does TypeScript rely on any authoritative sources (e.g., W3C specifications, Can I Use, MDN Web Docs) to determine browser compatibility when adding or omitting API type definitions?
Is there a specific set of compatibility guidelines or standards that TypeScript follows when deciding which Web APIs to include for type support? or, does TypeScript rely on any authoritative sources (e.g., W3C specifications, Can I Use, MDN Web Docs) to determine browser compatibility when adding or omitting API type definitions?