aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/webcore/blob.zig (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-06Add last modify field "mtime" for FileBlob (#1431) (#2491)Gravatar Zhongwei Yao 1-33/+85
2023-03-17Fix various fetch/response/request tests (#2416)Gravatar Dylan Conway 1-41/+10
2023-03-14Implement `toMatchSnapshot()` (#2294)Gravatar Dylan Conway 1-1/+1
2023-03-08More spec compliant `Blob.prototype.type` (#2340)Gravatar Jarred Sumner 1-40/+98
2023-03-05fix missing `Blob` error messages on Linux (#2315)Gravatar Alex Lam S.L 1-5/+5
2023-03-01fix Bun.file.arrayBuffer() segmentation fault on empty file #2248 (#2249)Gravatar Ciro Spaciari 1-7/+15
2023-02-28Make response.body `null` only when user explicitly passes null/undefinedGravatar Jarred Sumner 1-0/+3
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-4/+4
2023-02-13Fixes https://github.com/oven-sh/bun/issues/1456Gravatar Jarred Sumner 1-0/+28
2023-02-13Implement `FormData` (#2051)Gravatar Jarred Sumner 1-9/+202
2023-01-16Don't open non-blocking on LinuxGravatar Jarred Sumner 1-1/+6
2023-01-13move more thingsGravatar Jarred SUmner 1-1/+1
2023-01-13Split some things into more files and use bun namespace instead of import moreGravatar Jarred SUmner 1-0/+3391