You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/blockstore-level/src/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
/**
2
2
* @packageDocumentation
3
3
*
4
-
* A Blockstore implementation that uses a flavour of [Level](https://leveljs.org/) as a backend.
4
+
* ⚠️ This package is deprecated. Instead, use `blockstore-fs` in node.js, and `blockstore-idb` in browsers.
5
5
*
6
-
* N.b. this is here largely for the sake of completeness, in node you should probably use FSDatastore, in browsers you should probably use IDBDatastore.
6
+
* A Blockstore implementation that uses a flavour of [Level](https://leveljs.org/) as a backend.
0 commit comments