Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

make ee._maxListeners public #8237

@jonathanong

Description

@jonathanong

any reason it's private? i'd like to increment/decrement the value as i add/remove listeners to avoid the stupid warning while not being irresponsible. specifically:

ee.maxListeners++

ee.once('event', function () {
  // do stuff
  ee.maxListeners--
})

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions