Skip to content

Instantly share code, notes, and snippets.

@captainbrosset
Last active February 4, 2025 09:14
Show Gist options
  • Save captainbrosset/1e3254e70d24ffb27dd449a5fe9f8e3f to your computer and use it in GitHub Desktop.
Save captainbrosset/1e3254e70d24ffb27dd449a5fe9f8e3f to your computer and use it in GitHub Desktop.
Incoming Calls Notification API
const title = "Andrew Bares";
const options = {
scenario: "incoming-call",
body: "Incoming Call - Mobile",
}
serviceWorkerRegistration.showNotification(title, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment