aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/web-globals.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-10Fixes #4588 (#4804)Gravatar Jarred Sumner 1-0/+7
* Fixes #4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-21Implement FileGravatar Jarred Sumner 1-0/+1
2023-07-16Implement Workers (#3645)Gravatar Jarred Sumner 1-0/+51
* copy files * format * options * Introduce `Worker`, `onmessage`, `onerror`, and `postMessage` globals * Stub `Worker.prototype.ref` & `Worker.prototype.unref` * Update web_worker.zig * Worker works * Add "mini" mode * add wakeup * Partially fix the keep-alive issue * clean up refer behavior * Implement `serialize` & `deserialize` in `bun:jsc` & add polyfill for `node:v8` * Types & docs * Update globals.d.ts * Add mutex * Fixes --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-09fix metadata bits of uuid (`randomUUID()`) (#3583)Gravatar Ai Hoshino 1-0/+19
* fix uuid version Close: https://github.com/oven-sh/bun/issues/3575 * add unittest * small fix * avoid unnecessary copying
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+156