We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331fafd commit 99e59baCopy full SHA for 99e59ba
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -145,7 +145,7 @@ let analyticsData = { /* object with gathered data */ };
145
146
window.addEventListener("unload", function() {
147
navigator.sendBeacon("/analytics", JSON.stringify(analyticsData));
148
-};
+});
149
```
150
151
- The request is sent as POST.
0 commit comments