Files
bun.sh/docs/runtime/web-apis.md
Claude Bot b6e7e312a7 docs: document v1.2.1 features
Add minimal documentation for new features in Bun v1.2.1:
- S3 storageClass option for presigned URLs
- X25519 curve support in crypto.generateKeyPair
- Indented inline snapshots in bun test
- minify option for HTML imports in bunfig.toml
- --zero-fill-buffers CLI flag
- reuseAddr/reusePort options for UDP sockets

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 21:22:12 +00:00

4.8 KiB

Some Web APIs aren't relevant in the context of a server-first runtime like Bun, such as the DOM API or History API. 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.

{% table %}



















{% /table %}