TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Automate dictionary member filtering

Open saschanaz opened this issue 2 years ago • 0 comments

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.

saschanaz avatar Apr 22 '23 09:04 saschanaz