Skip to content

Commit

Permalink
Merge branch 'master' of github.com:seanmorris/php-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Oct 9, 2024
2 parents 44ee0f0 + 4d546f7 commit 3c66312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-web/src/Filesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const backupSite = async () => {
const link = document.createElement('a');
link.href = URL.createObjectURL(blob);
link.click();
URL.revokeObjectURL(link.href);
};

const restoreSite = async ({fileInput}) => {
Expand Down

0 comments on commit 3c66312

Please sign in to comment.