mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Add deleteData doc to plugins guide
This commit is contained in:
@@ -193,6 +193,7 @@ function register ({
|
||||
}) {
|
||||
const value = await storageManager.getData('mykey')
|
||||
await storageManager.storeData('mykey', { subkey: 'value' })
|
||||
await storageManager.deleteData('mykey')
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user