aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules/node/http.js (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11fix #3597 (#3609)Gravatar Dylan Conway 1-1/+5
2023-07-11Avoid Object.getPrototypeOfjarred/fix-http-compressionGravatar Jarred Sumner 1-3/+9
2023-07-11use `Object.getPrototypeOf`Gravatar Hanaasagi 1-3/+2
2023-07-11small fix, check if the method has been reassigned.Gravatar Hanaasagi 1-2/+6
2023-07-10Fixes #3588 (#3590)Gravatar Jarred Sumner 1-27/+53
2023-07-04[install] fix run-time module loading (#3510)Gravatar Alex Lam S.L 1-0/+2
2023-06-29Fixes `node:http` and `node:stream` so `ytdl-core` works. (#3452)Gravatar dave caruso 1-46/+57
2023-06-29add setters for `Agent` properties (#3460)Gravatar Dylan Conway 1-54/+15
2023-06-28[node:http] Stub `_implicitHeader` fnGravatar Jarred Sumner 1-0/+4
2023-06-24Rewrite Bun's runtime CommonJS loader (#3379)Gravatar Jarred Sumner 1-16/+23
2023-06-23Make node-fallbacks build as esm not cjs / Fix `node-fetch` (#3377)Gravatar dave caruso 1-1/+2
2023-06-21finish implementing JSMockFunction prototype + lots of expect test organizing...Gravatar dave caruso 1-2/+1
2023-06-18minor build diffs (#3349)Gravatar Alex Lam S.L 1-1/+2
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-0/+1122