javascript - How to check window.showModalDialog availability? -



javascript - How to check window.showModalDialog availability? -

javascript method window.showmodaldialog deprecated , not working in chrome browser anymore. stop working in fire fox. want replace window.open if browser not back upwards showmodaldialog.

how observe if browser still back upwards functionality? possible modernizr library , how?

use condition.

if(window.showmodaldialog) console.log("derp"); else console.log("herp");

javascript modernizr showmodaldialog

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -