Skip to content

Commit 52314bf

Browse files
committed
Document the 'clear' event (Level/community#79)
1 parent e56c6b1 commit 52314bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ const main = async () => {
480480
| `put` | Key has been updated | `key, value` (any) |
481481
| `del` | Key has been deleted | `key` (any) |
482482
| `batch` | Batch has executed | `operations` (array) |
483+
| `clear` | Entries were deleted | `options` (object) |
483484
| `opening` | Underlying store is opening | - |
484485
| `open` | Store has opened | - |
485486
| `ready` | Alias of `open` | - |

0 commit comments

Comments
 (0)