Skip to main content
EventEmitter.captureRejections - events - Node documentation
property EventEmitter.captureRejections

Usage in Deno

import { EventEmitter } from "node:events";

Value: boolean

Change the default captureRejections option on all new EventEmitter objects.

Type

boolean