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
I'd like to use your package from a React Native app, where the Node.js core modules are not available. scrape-it indirectly depends on tinyreq, which in turn uses Node's url module. I'm only using scrapeHTML, so all the networking stuff is not required. Could you move scrapeHTML into its own package, say "scrape-it-core", so people can use the offline functionalily independently? Thanks!
The text was updated successfully, but these errors were encountered:
I'd like to use your package from a React Native app, where the Node.js core modules are not available. scrape-it indirectly depends on tinyreq, which in turn uses Node's
url
module. I'm only usingscrapeHTML
, so all the networking stuff is not required. Could you movescrapeHTML
into its own package, say "scrape-it-core", so people can use the offline functionalily independently? Thanks!The text was updated successfully, but these errors were encountered: