selfoss icon indicating copy to clipboard operation
selfoss copied to clipboard

offline: various fixes

Open niol opened this issue 4 years ago • 1 comments

niol avatar Sep 23 '19 13:09 niol

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.

jtojnar avatar May 03 '20 05:05 jtojnar