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

Commit

Permalink
Remove outdated sentence from README.md (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored Jan 12, 2019
1 parent 0f3cd27 commit dc703c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ db.iterator({ valueAsBuffer: false })

If the environment does not support a type, it will throw an error which `level-js` catches and passes to the callbacks of `put` or `batch`. For example, IE does not support typed array values. At the time of writing, Chrome is the only browser that supports all types listed above.

Due to the special meaning that `null` and `undefined` have in `abstract-leveldown` iterators and Node.js streams, values of this type are converted to empty strings prior to storage.

### Keys

All key types of IndexedDB Second Edition are supported. Depending on the environment, this includes:
Expand Down

0 comments on commit dc703c6

Please sign in to comment.