Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created October 28, 2019 14:43
Show Gist options
  • Save thepassle/6c008329a57bb3a84bc88415973074a9 to your computer and use it in GitHub Desktop.
Save thepassle/6c008329a57bb3a84bc88415973074a9 to your computer and use it in GitHub Desktop.
installing7
button.addEventListener('click', async () => {
deferredPrompt.prompt();
const { outcome } = await deferredPrompt.userChoice;
if (outcome === 'accepted') button.setAttribute('hidden', ');
// Send an analytics event for either dismissed or accepted!
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment