apify / got-scraping

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

ESM rewrite #108

Closed B4nan closed 9 months ago

B4nan commented 9 months ago

Why

got is ESM only, and that itself imposes issues on using the latest versions for us, especially on its dependencies.

What