Feature: showModalDialog
(removed)
The global showModalDialog() method displays a modal dialog box containing a specified HTML document. This feature has an incredibly high cost in terms of code complexity since it requires us to run an event loop on top of an arbitrary JavaScript stack. It also complicates the web platform by making task dispatch reentrant and hard to reason about. In Chrome 37 it was disabled and in Chrome 43 it is removed.
Documentation
Status in Chromium
Removed in:
- Chrome for desktop release 42
- Chrome for Android release 42
- Android WebView release 42
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
Owner
Last updated on 2020-11-09
Comments
Lots of discussion on Intent to Remove thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/xh9fPX0ijqk