Skip to content

Commit

Permalink
trying json download - resolve network issues when downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
vokymir committed May 11, 2024
1 parent 3ca3471 commit a55df3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TScripts/Control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ class Control{

document.body.appendChild(downloadLink);

/*
downloadLink.addEventListener('click', () => {
URL.revokeObjectURL(downloadLink.href);
});
*/

}

Expand Down

0 comments on commit a55df3a

Please sign in to comment.