Last 12 weeks ยท 11 commits
5 of 6 standards met
When a entry returns a new promise (e.g. an async wrapper around ), calling on the returned request throws: TypeError: Cannot read private member #state from an object whose class did not declare it Cause: in , is copied from the underlying without binding: Since got 14 reads , the unbound call crashes. Repro (got 14.6.6, Node 22) Fix
Repository: sindresorhus/got. Description: ๐ Human-friendly and powerful HTTP request library for Node.js Stars: 14934, Forks: 993. Primary language: TypeScript. Languages: TypeScript (100%). License: MIT. Topics: http, http-client, http-request, https, nodejs, npm-package. Latest release: v15.1.0 (1mo ago). Open PRs: 0, open issues: 0. Last activity: 1mo ago. Community health: 100%. Top contributors: sindresorhus, szmarczak, floatdrop, Giotino, alextes, kevva, jstewmon, lukechilds, jaulz, bndnsmth and others.