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
A user can currently accidentally close a form in-progress, losing everything they have so far typed out. We should do our best to ensure that this doesn't happen.
Implementation
The browser provides an API for prompting a user before they close the tab. You may have seen on different websites.
Description
A user can currently accidentally close a form in-progress, losing everything they have so far typed out. We should do our best to ensure that this doesn't happen.
Implementation
The browser provides an API for prompting a user before they close the tab. You may have seen on different websites.
Refer to this Stackoverflow question as well as the MDN docs for this.
The text was updated successfully, but these errors were encountered: