A modal message box, form or dialog box must be processed before you can continue working with the rest of the application. Examples in Javascript are the alert, confirm, and prompt statements. These ...
This package is a lightweight promisified reimplementation of the JavaScript confirm(). It uses a <dialog> element (with a polyfill) under the hood and not a lot else. Instead of blocking code ...