Skip to content

Commit

Permalink
with beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 1, 2023
1 parent 29e8864 commit b8b0a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/server/static/main-vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function solaraInit(mountId, appName) {
window.addEventListener('beforeunload', function (e) {
unloading = true;
kernel.dispose()
// window.navigator.sendBeacon(close_url);
window.navigator.sendBeacon(close_url);
});
console.log("solara.browser_platform", solara.browser_platform);
if (solara.browser_platform) {
Expand Down

0 comments on commit b8b0a4f

Please sign in to comment.