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 2110a91 commit e3bfae1Copy full SHA for e3bfae1
common/api-review/messaging-sw.api.md
@@ -52,6 +52,7 @@ export { NextFn }
52
// @public
53
export interface NotificationPayload {
54
body?: string;
55
+ icon?: string;
56
image?: string;
57
title?: string;
58
}
common/api-review/messaging.api.md
@@ -55,6 +55,7 @@ export { NextFn }
59
60
61
0 commit comments