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
{{ message }}
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ level.js uses [IDBWrapper](https://github.com/jensarps/IDBWrapper) by jensarps t
12
12
13
13
Here are the goals of this level.js:
14
14
15
-
- Store large amounts of ascii (strings, JSON) and binary (ArrayBuffers, Typed Arrays) data in modern browsers
15
+
- Store large amounts of ascii (strings, JSON) and binary (Buffer) data in modern browsers
16
16
- Be as fast as possible
17
17
- Use the leveldown test suite and sync with [multilevel](https://github.com/juliangruber/multilevel) over either ascii or binary transports (websockets and xhr both have ascii/binary modes in browsers now)
18
18
@@ -44,8 +44,6 @@ The test suite for this library is in the [abstract-leveldown](https://github.co
44
44
45
45
For more code examples see the [abstract-leveldown test suite](https://github.com/rvagg/node-abstract-leveldown/tree/master/abstract)
46
46
47
-
The only differences between this and leveldown is that you can store `ArrayBuffers` in this (whereas leveldown just uses node `Buffer` objects)
0 commit comments