Skip to content

AndreasMadsen/webidl-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#webidl-extract

Parse a stream of HTML and output the WebIDL within

Example

Use the programmable API:

const WebIDLFetch = require('webidl-fetch');

process.stdin
  .pipe(new WebIDLFetch())
  .pipe(process.stdout);

Use the CLI:

curl -sL http://dev.w3.org/csswg/cssom/ | webidl-fetch > cssom.idl

Acknowledgement

This is really just a modernized and simplified version of webidl-scraper.

About

Parse a stream of HTML and output the WebIDL within

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages