forked from Level/level-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Binary keys are not natively supported in IndexedDB (only proposed for IndexedDB Second Edition). If keyEncoding is binary than keys are converted to an Array. Binary values are natively supported via Uint8Array that are automatically converted to Buffers.
- Loading branch information
Tim Kuijsten
committed
Feb 15, 2016
1 parent
a7a018a
commit 2a69f86
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters