Skip to content

Commit 2e487ad

Browse files
📝 Add a line to the docs
1 parent 8719e9f commit 2e487ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/api/notification.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,12 @@ HTML5 Notification implementation, simply instantiating a `new Notification` doe
104104
not immediately show it to the user, you need to call this method before the OS
105105
will display it.
106106

107+
If the notification has been shown before, this method will dismiss the previously
108+
shown notification and create a new one with identical properties.
109+
107110
#### `notification.close()`
108111

109-
Dismisses the notification
112+
Dismisses the notification.
110113

111114
### Playing Sounds
112115

0 commit comments

Comments
 (0)