mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Mark notification API as experimental
This commit is contained in:
@@ -19,7 +19,7 @@ Process: [Main](../glossary.md#main-process)
|
||||
|
||||
It creates a new `Notification` with native properties as set by the `options`.
|
||||
|
||||
### `new Notification([options])`
|
||||
### `new Notification([options])` _Experimental_
|
||||
|
||||
* `options` Object
|
||||
* `title` String - A title for the notification, which will be shown at the top of the notification window when it is shown
|
||||
|
||||
Reference in New Issue
Block a user