Shivam Mathur
|
871ff01b2b
|
Refactor to use ES2024+ features for Node 24
Use Set for O(1) redirect status code lookup in fetch.ts
Use at(-1) and Object.hasOwn() in tools.ts
Use for...of with entries() in utils.ts
|
2026-01-20 06:46:28 +05:30 |
|
Shivam Mathur
|
46ae35f333
|
Update to Node 24
Update fetch.ts to use native fetch() API
Use immutable sort in tools.ts
|
2026-01-20 06:29:00 +05:30 |
|
Shivam Mathur
|
9855c76987
|
Set keepAlive to false. After Node 19 it is true by default.
|
2023-10-30 01:38:35 +05:30 |
|
Shivam Mathur
|
0533892eb4
|
Fix jsdoc in fetch.ts
|
2022-05-30 07:52:30 +05:30 |
|
Shivam Mathur
|
4dc94c27cf
|
Refactor utils.fetch to a module and mock it with nock
Add redirect support in utils.fetch
|
2022-02-06 10:53:40 +05:30 |
|