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 00efb99 commit 9d79f58Copy full SHA for 9d79f58
pwa-pwastore/app.js
@@ -49,8 +49,7 @@ wamiBtn.addEventListener('click', async () => {
49
});
50
51
appTitleBtn.addEventListener('click', async () => {
52
- let installation = await navigator.install('https://microsoftedge.github.io/Demos/app-title/',
53
- 'https://microsoftedge.github.io/Demos/app-title/');
+ let installation = await navigator.install('https://microsoftedge.github.io/Demos/pwa-application-title/', 'https://microsoftedge.github.io/Demos/pwa-application-title/');
54
55
56
0 commit comments