Documentation

DeferredString​.setErrorHandler()

Sets the current error handler.

static setErrorHandler(errorHandler: (error: unknown) => void): void;

Notes

Related