/
Ao
/
MaxReport
Обзор
Документация
Войти
/
Ao
/
MaxReport
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
MaxReport
/
...
/
node_modules
/
electron-store
/
..
index.d.ts
first_commit
месяц назад
index.js
first_commit
месяц назад
license
first_commit
месяц назад
package.json
first_commit
месяц назад
readme.md
first_commit
месяц назад
electron-store
Install
Usage
API
Store(options?)
options
defaults
schema
migrations
beforeEachMigration
name
cwd
encryptionKey
fileExtension
clearInvalidConfig
serialize
deserialize
accessPropertiesByDotNotation
watch
Instance
.set(key, value)
.set(object)
.get(key, defaultValue?)
.reset(...keys)
.has(key)
.delete(key)
.appendToArray(key, value)
.clear()
.onDidChange(key, callback)
.onDidAnyChange(callback)
.size
.store
.path
.openInEditor()
initRenderer()
FAQ
Advantages over `window.localStorage`
Can I use YAML or another serialization format?
How do I get store values in the renderer process when my store was initialized in the main process?
Can I use it for large amounts of data?
Related
readme.md