Closed saghul closed 1 year ago
Maybe use unqlite to implement localStorage unqlite is a nosql KV database, using it to implement localStorage will be simpler and more efficient
Fixed in https://github.com/saghul/txiki.js/pull/408 -- currently using SQLite internally.
localStorage would be implemented using a file inside TJS_HOME.
NOTE: These are not available in a worker context.