Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(test): ensure jsonify can be set to false
- previously a bug made it so you couldn't set it to false - this option is an edge case that's mostly useful for certain storage engines like WebSQL, IndexedDB, etc that can actually handle non-string data - for localStorage, objects just get stored as '[object Object]' if they're not jsonified - might want to throw on jsonify = false and localStorage engine?
- Loading branch information