Files
bun.sh/docs/runtime/web-apis.md
Colin McDonnell f54300578b Add documentation (#2148)
* Add documentation

* Tweaks

* Fixes

* Rearrange

* Update
2023-02-23 17:13:30 -08:00

9.0 KiB

Many web APIs aren't relevant in the context of a server-first runtime like Bun, such as the DOM API, localStorage, and History. Many others, though, are broadly useful outside of the browser context; when possible, Bun implements these Web-standard APIs instead of introducing new APIs.

The following Web APIs are partially or completely supported.

Globals

{% table %}