apify / got-scraping

HTTP client made for scraping based on got.
422 stars 32 forks source link

feat: ESM migration of got-scraping #109

Closed vladfrangu closed 9 months ago

vladfrangu commented 9 months ago

Closes #90 Closes #106 Closes #108 Closes #105

BREAKING CHANGE This package is now ESM only, as such, it cannot be required from inside a CJS project, use dynamic import instead.