You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
For backends like IndexedDB that support native JS types, should we introduce something like none, js or native as a valid encoding for keyEncoding and valueEncoding?
The text was updated successfully, but these errors were encountered:
timkuijsten
changed the title
support for extra encoding schemes for backends that can store native JS types
new encoding schemes for backends that support native JS types
Feb 14, 2016
timkuijsten
changed the title
new encoding schemes for backends that support native JS types
new encoding schemes for backends that support JS types
Feb 14, 2016
It's very likely we'll make this the default behavior. So in the future, only the backends that need to (because they can only store a subset of types - e.g. buffers and strings in leveldown) will have to implement _serialize*.
For backends like IndexedDB that support native JS types, should we introduce something like
none
,js
ornative
as a valid encoding for keyEncoding and valueEncoding?related to #83
The text was updated successfully, but these errors were encountered: