mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
update value type to Any
This commit is contained in:
@@ -110,7 +110,7 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
|
||||
|
||||
* `defaults` Object - a dictionary of (`key: value`) user defaults
|
||||
* `key` String
|
||||
* `value` (String | Boolean | Int | Float | Double | Array | Dictionary)
|
||||
* `value` Any
|
||||
|
||||
Add the specified defaults to your application's `NSUserDefaults`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user