aboutsummaryrefslogtreecommitdiff
path: root/docs/api/file-io.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 1-1/+1
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
2023-09-10docs: Update Bun.write(path, Response) example to be clear that it writes ↵Gravatar Tom Sherman 1-1/+1
the body (#4802)
2023-08-03More guides and fixing links (#3960)bun-v0.7.2Gravatar Colin McDonnell 1-2/+2
* More guides * WIP * Updates * Fix
2023-07-11Add npmrc noteGravatar Colin McDonnell 1-2/+10
2023-06-20Docs for DOM testing and FileSink (#3330)Gravatar Colin McDonnell 1-0/+57
* Update websocket docs & jsdoc * Add info about user-specific data in ws * Document FileSink * Docs for happydom test * Updates
2023-04-18clarify file io docs (#2689)Gravatar dave caruso 1-1/+5
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-3/+3
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-04-07`FileBlob` -> `BunFile`, add `BunFile.lastModified` (#2581)Gravatar Colin McDonnell 1-1/+1
* Improve BunPlugin types * FileBlob -> BunFile * Update Bun.env types. Fixes #2481 * Add lastModified to BunFile
2023-02-27Update file-io.md (#2230)Gravatar maor-benami 1-1/+1
should `notreal.type` reflect the overridden value?
2023-02-27Update file-io.md (#2229)Gravatar maor-benami 1-1/+1
duplicated word
2023-02-25fix: Broken link to Node.js support status page (#2183)Gravatar Florian Dreier 1-1/+1
Co-authored-by: Derrick Farris <mr.dcfarris@gmail.com>
2023-02-25Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)Gravatar Charlie Marsh 1-1/+1
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs * Replace a few more usages
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 1-8/+2
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+256
* Add documentation * Tweaks * Fixes * Rearrange * Update
1773b63a6cd646063e7ebfca?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Dylan Conway 1-8/+8 2023-10-06formatGravatar Dylan Conway 1-1/+2 2023-10-06Fix memory leak in fetch() (#6350)Gravatar Jarred Sumner 1-2/+0 Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-10-06[types] allow onLoad plugin callbacks to return undefined (#6346)Gravatar Silver 1-1/+1 Returning undefined simply falls through to the next plugin, or to the default loader. This is defined by esbuild, and supported by Bun, but the types don't reflect it properly. 2023-10-06docs: `file.stream()` is not a promise (#6337)Gravatar Paul Nodet 1-1/+1