Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 3a8b861

Browse files
authored
mention that null and undefined values are not supported (#125)
1 parent 7f3ebda commit 3a8b861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here are the goals of `level-js`:
1717
- Pass the full `abstract-leveldown` test suite
1818
- Support [Buffer](https://nodejs.org/api/buffer.html) values (in all target environments)
1919
- Support all key types of IndexedDB Second Edition, including binary keys (depends on environment)
20-
- Support all value types of the structured clone algorithm (depends on environment)
20+
- Support all value types of the structured clone algorithm (depends on environment) except for `null` and `undefined`
2121
- Be as fast as possible
2222
- Sync with [multilevel](https://github.com/juliangruber/multilevel) over either ASCII or binary transports.
2323

0 commit comments

Comments
 (0)