once

abstract fun once(type: String, listener: (arg: Any?) -> Unit)(source)

Node.js-specific extension to the EventTarget class that adds a once listener for the given event type. This is equivalent to calling on with the once option set to true.

Since

v14.5.0