// Imagine: window.addEventListener('unhandledrejection', e => console.log('unhandled')); Promise.reject(new Error("boom"));