Works with any backend npm install Zero dependencies
Confirmation Dialog Utility

Use the built-in showConfirm dialog for user confirmations.

MultipleUpload.showConfirm(
    'Are you sure?',
    function() { /* confirmed */ },
    function() { /* cancelled */ }
);