aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/web-globals.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-13Implement `FormData` (#2051)Gravatar Jarred Sumner 1-0/+1
* Backport std::forward change * Implement `FormData` * Fix io_darwin headers issue * Implement `Blob` support in FormData * Add test for file upload * Fix bug with Blob not reading Content-Type * Finish implementing FormData * Add FormData to types --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-01-31Re-run prettier after changesGravatar Jarred Sumner 1-9/+3
2022-12-12[crypto] Implement crypto.timingSafeEqualGravatar Jarred Sumner 1-0/+38
This uses BoringSSL's memcmp function Fixes https://github.com/oven-sh/bun/issues/1308
2022-11-19Fix freezing test due to calling GC 36,000 timesGravatar Jarred Sumner 1-14/+21
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-3/+3
* 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-09Fix navigator.userAgent testGravatar Jarred Sumner 1-2/+2
2022-09-22Faster `Blob` + begin to implement `FileSink`Gravatar Jarred Sumner 1-0/+1
2022-09-20Add `navigator.userAgent` , `navigator.hardwareConcurrency`Gravatar Jarred Sumner 1-0/+8
2022-09-16Fix `origin` missing `protocol` in `URL`Gravatar Jarred Sumner 1-0/+9
Fixes https://github.com/oven-sh/bun/issues/1244
2022-09-145x faster crypto.randomValues()Gravatar Jarred Sumner 1-6/+22
2022-09-14Make `crypto.getRandomValues()` faster + fix > 1 byte/element typed arraysGravatar Jarred Sumner 1-1/+37
Fix crypto.getRandomValues() with > 1 byte element typed arrays Fixes https://github.com/oven-sh/bun/issues/1237
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+46