This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.
class WritableStream | globals module | Bun BuildDocsReferenceGuidesBlogDiscord/Globals/WritableStreamMabortMcloseMgetWriterPlocked BuildDocsReferenceGuidesBlogDiscord /Globals/WritableStreamMabortMcloseMgetWriterPlocked readonly locked: boolean abort(reason?: any): Promisevoid>; close(): Promisevoid>; getWriter(): WritableStreamDefaultWriterW>;
Search the reference...
/
class
WritableStreamclass WritableStreamW = any>Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →class WritableStream | globals module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.
[MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream)