selfoss
selfoss copied to clipboard
offline: various fixes
I have rebased this and switched the part to use async functions since we now use Babel and they are supported by Dexie.transaction()
. It is even cleaner than the Promise.all
I suggested before.
We might still want to switch to sending JSON instead of urlencoded form data (as I did in https://github.com/SSilence/selfoss/pull/1182) but this seems to work reliably enough.