You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was working on #628, @saschanaz informed me that idlSources.json can be used to scrape WIDL specs from a web page. This should be documented in the readme, including:
What idlSources.json is
How to add entries
How to fetch WIDLs (using npm run fetch)
Explanation of how this creates a .widl file in /inputfiles/idl/ and that it's used as an input file
What specs should be added using this method vs addedTypes.json
The text was updated successfully, but these errors were encountered:
While I was working on #628, @saschanaz informed me that
idlSources.json
can be used to scrape WIDL specs from a web page. This should be documented in the readme, including:idlSources.json
isnpm run fetch
)addedTypes.json
The text was updated successfully, but these errors were encountered: