JSFiddle - React, Tailwind, and code Playground
by t2t2
JavaScript
window.addEventListener('unload', () => {
new Promise(resolve => {
console.log('in promise')
}).then(() => {
console.log('then')
}).then(() => {
console.log('then then')
})
})