Skip to content

Commit

Permalink
test: try without sendBeacon
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 20, 2023
1 parent 183e2b6 commit 4418f3d
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 @@ -153,7 +153,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);
});

if (for_pyodide) {
Expand Down

0 comments on commit 4418f3d

Please sign in to comment.