We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56c6b1 commit 52314bfCopy full SHA for 52314bf
README.md
@@ -480,6 +480,7 @@ const main = async () => {
480
| `put` | Key has been updated | `key, value` (any) |
481
| `del` | Key has been deleted | `key` (any) |
482
| `batch` | Batch has executed | `operations` (array) |
483
+| `clear` | Entries were deleted | `options` (object) |
484
| `opening` | Underlying store is opening | - |
485
| `open` | Store has opened | - |
486
| `ready` | Alias of `open` | - |
0 commit comments