Skip to content

Commit

Permalink
Add see also
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed May 18, 2023
1 parent 3c392f6 commit 6a51987
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ new BeforeInstallPromptEvent(type, eventInitDict)
## Browser compatibility

{{Compat}}

## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_pwas_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
7 changes: 6 additions & 1 deletion files/en-us/web/api/beforeinstallpromptevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@ window.addEventListener("beforeinstallprompt", (beforeInstallPromptEvent) => {
console.log(`Outcome: ${result.outcome}`);
});
});
```

## Browser compatibility

{{Compat}}
```

## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_pwas_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ An array of strings, in which each string identifies a target platform for the i
## Browser compatibility

{{Compat}}

## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_pwas_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
5 changes: 5 additions & 0 deletions files/en-us/web/api/beforeinstallpromptevent/prompt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ window.addEventListener("beforeinstallprompt", (beforeInstallPromptEvent) => {
## Browser compatibility

{{Compat}}

## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_pwas_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ A {{jsxref("Promise")}} which resolves to an object containing two properties:
## Browser compatibility

{{Compat}}

## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_pwas_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)

0 comments on commit 6a51987

Please sign in to comment.