Skip to content

一些 Web API 在與 Bun 這樣的服務器優先運行時上下文中不相關,例如 DOM APIHistory API。但許多其他 API 在瀏覽器上下文之外也廣泛有用;在可能的情況下,Bun 實現這些 Web 標准 API 而不是引入新 API。

以下 Web API 被部分或完全支持。

類別API
HTTPfetch, Response, Request, Headers, AbortController, AbortSignal
URLURL, URLSearchParams
Web WorkerWorker, self.postMessage, structuredClone, MessagePort, MessageChannel, BroadcastChannel
ReadableStream, WritableStream, TransformStream, ByteLengthQueuingStrategy, CountQueuingStrategy 及相關類
BlobBlob
WebSocketWebSocket
編碼和解碼atob, btoa, TextEncoder, TextDecoder
JSONJSON
定時器setTimeout, clearTimeout
間隔setInterval, clearInterval
加密crypto, SubtleCrypto, CryptoKey
調試console, performance
微任務queueMicrotask
錯誤reportError
用戶交互alert, confirm, prompt(用於交互式 CLI)
RealmShadowRealm
事件EventTarget, Event, ErrorEvent, CloseEvent, MessageEvent

Bun學習網由www.bunjs.com.cn整理維護