Skip to content

Commit

Permalink
mention that null and undefined values are not supported (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored May 27, 2018
1 parent 7f3ebda commit 3a8b861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here are the goals of `level-js`:
- Pass the full `abstract-leveldown` test suite
- Support [Buffer](https://nodejs.org/api/buffer.html) values (in all target environments)
- Support all key types of IndexedDB Second Edition, including binary keys (depends on environment)
- Support all value types of the structured clone algorithm (depends on environment)
- Support all value types of the structured clone algorithm (depends on environment) except for `null` and `undefined`
- Be as fast as possible
- Sync with [multilevel](https://github.com/juliangruber/multilevel) over either ASCII or binary transports.

Expand Down

0 comments on commit 3a8b861

Please sign in to comment.