Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

test(() => {
assert_false("showModalDialog" in window)
assert_false("showModalDialog" in Window.prototype)
}, "showModalDialog() has been removed from the platform")