Skip to content

events: validate options of `on` and `once`

Check whether options is object or not to avoid passing invalid type as options to on and once.

Refs: https://nodejs.org/dist/latest-v19.x/docs/api/events.html#eventsonceemitter-name-options

Merge request reports

Loading