Web APIs

Web-standard APIs supported by Bun for server-side JavaScript

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

Bun partially or completely supports the following Web APIs.