aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/web-apis.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-05Add missing JSON API to Web APIs page (#2799)Gravatar Kruithne 1-0/+5
* Add missing JSON API to Web APIs page Unless I'm missing something obvious, it appears that Bun has the JSON API (`stringify`/`parse`) but is not listed anywhere in the documentation. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON * Include JSON in global docs
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-237/+29
* 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-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+300
* Add documentation * Tweaks * Fixes * Rearrange * Update