DEV Community

Discussion on: Creating a Simple Confirm Modal in Vanilla JS

Collapse
 
greg profile image
greg

Dialog is a wonderful element but sadly it is not supported by Edge, IE and Safari on all platforms.

Thanks for the tutorial though! VanillaJS is the way go.

Collapse
 
boyum profile image
Sindre Bøyum

Thanks! The polyfill I linked is supported by IE 11 (possibly lower as well) and implements the showModal() method we're using.