Level / level-js

An abstract-leveldown compliant store on top of IndexedDB.
MIT License
544 stars 44 forks source link

Remove Buffer to Uint8Array conversion on put #73

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Closes #72.

vweevers commented 6 years ago

Hold on, lemme test this in something other than Chrome to be sure.

vweevers commented 6 years ago

Tests pass in Firefox too. Edge fails, but for an unrelated reason.

ralphtheninja commented 6 years ago

What about adding airtap rather early in development?

vweevers commented 6 years ago

I feel like it'd slow us down for the initial cleanup.

vweevers commented 6 years ago

We could start with a small browser matrix (Chrome + FF).