From 7e189a438206f4b2a47bde0cf3c5956d1cb15e70 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 27 May 2018 16:05:04 +0200 Subject: [PATCH] mention that null and undefined values are not supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cf3d1..99376d6 100644 --- a/README.md +++ b/README.md @@ -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.