TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms:
rejectionhandled
Expected behavior:
spec:
https://html.spec.whatwg.org/multipage/indices.html#event-rejectionhandled
rejectionhandled has reason property and PromiseRejectionEvent type
Actual behavior:
rejectionhandled has no reason property and Event type
Related Issues:
#20656