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

Usage in Deno

import { EventEmitter } from "node:events";

Value: Symbol.for('nodejs.rejection')

See how to write a custom rejection handler.

Type

unique symbol