温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/crypto/Cipheriv/destroy
点击访问原文链接

Cipheriv.destroy method | Node.js crypto module | Bun

Cipheriv.destroy method | Node.js crypto module | BunBuildDocsReferenceGuidesBlogDiscord/node:crypto/Cipheriv/destroyMdestroy

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/node:crypto/Cipheriv/destroyMdestroy

method

crypto.Cipheriv.destroydestroy(error?: Error): this;

Destroy the stream. Optionally emit an 'error' event, and emit a 'close' event (unless emitClose is set to false). After this call, the readable stream will release any internal resources and subsequent calls to push() will be ignored.

Once destroy() has been called any further calls will be a no-op and no further errors except from _destroy() may be emitted as 'error'.

Implementors should not override this method, but instead implement readable._destroy().

@param error

Error which will be passed as payload in 'error' event

Referenced typesinterface Errorcause?: unknown

The cause of the error.

message: stringname: stringstack?: string

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicense

Baked with ❤️ in San Francisco

We're hiring →

Cipheriv.destroy method | Node.js crypto module | Bun,AI智能索引,全网链接索引,智能导航,网页索引

    API documentation for method node:crypto.Cipheriv.destroy | Bun