aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/body-stream.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-44/+46
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-10-12Fix test bugGravatar Jarred Sumner 1-3/+4
2022-10-11Make `Bun.spawn` work on LinuxGravatar Jarred Sumner 1-6/+6
2022-10-05Add a test for simultaneous requestsGravatar Jarred Sumner 1-0/+42
2022-10-01Increase test coverage for request body streamingGravatar Jarred Sumner 1-76/+192
There is still one memory issue to address
2022-09-30Improve test coverage for Request body streaming!Gravatar Jarred Sumner 1-59/+288
2022-09-28Add some tests for request body streamingGravatar Jarred Sumner 1-0/+141
Need to fix an off-by-one error with Blob it seems