the current TaskQueue constructor only accepts an id, the URL is hardcoded. Which makes it much less flexible. I think it would be a good idea to match the API of the Store constructor here: https://github.com/hoodiehq/pouchdb-hoodie-store#api
We should enforce options.remote or remoteBaseUrl being set, as tasks don't make sense without a backend counterpart
the current TaskQueue constructor only accepts an id, the URL is hardcoded. Which makes it much less flexible. I think it would be a good idea to match the API of the Store constructor here: https://github.com/hoodiehq/pouchdb-hoodie-store#api
We should enforce options.remote or remoteBaseUrl being set, as tasks don't make sense without a backend counterpart