TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
Automate dictionary member filtering
There's no good data in MDN because there's simply no good way to feature detect dictionary members.
Instead, given that IDL dictionaries are also used in each implementation, there could be some script to detect the support by the existence of the field in the IDL.
Extending w3c/webidl2.js would be a good way for that.