We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6347e9e commit 61f6a21Copy full SHA for 61f6a21
1 file changed
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -170,7 +170,6 @@ window.addEventListener("unload", function() {
170
```js run
171
window.onbeforeunload = function() {
172
return false;
173
- return "There are unsaved changes. Leave now?";
174
};
175
```
176
0 commit comments