eklem / browsercrawler

Crawling content from a site within the browser. A basis for i.e. a search solution for static sites.
https://eklem.github.io/browsercrawler/doc/
MIT License
2 stars 0 forks source link

Crawl queue as a Web Streams AIP? #36

Closed eklem closed 5 years ago

eklem commented 6 years ago

Check out if this could work. Would need some extra work since the queue will be aborted each time someone click a link and go to another page.

eklem commented 6 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Streams_API

eklem commented 5 years ago

Nope