Gunzip.setMaxListeners method | Node.js zlib module | Bun
BuildDocsReferenceGuidesBlogDiscord/
node:zlib/
Gunzip/
setMaxListenersMsetMaxListeners
Search the reference...
/
BuildDocsReferenceGuidesBlogDiscord/
node:zlib/
Gunzip/
setMaxListenersMsetMaxListeners
method
zlib.Gunzip.setMaxListenerssetMaxListeners(n: number): this;
By default EventEmitters will print a warning if more than 10 listeners are added for a particular event. This is a useful default that helps finding memory leaks. The emitter.setMaxListeners() method allows the limit to be modified for this specific EventEmitter instance. The value can be set to Infinity (or 0) to indicate an unlimited number of listeners.
Returns a reference to the EventEmitter, so that calls can be chained.
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlog Toolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →