You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Google Chrome team is planning to deprecate alert(), prompt(), and confirm(), the three browser-native ways to surface a modal window to users.
The phrasing of the ticket implies that this is only on cross-domain sites (ie. third-party iframes), which in-and-of itself breaks sites like CodePen. But if you dig deeper into the conversation, you learn that they’re actually planning to do this for all sites and implementations.
Looks like this is currently on hold, the Chrome team promised to announce the change several months in advance if/when they decide to move forward with it.
https://gomakethings.com/google-vs.-the-web/
In our code base it appears we only use
confirm()
, and this is for handling deleting brews (our authorship of brews).Looks like there are a couple of misc. mentions of
confirm()
andprompt()
in some of the other packages we use too.Tagging as
bug-regression
, not because we broke it, but because itwasis working and nowisn'twill be become broken. But not quite just now.The text was updated successfully, but these errors were encountered: