|
|
|
|
|
by nmjenkins
294 days ago
|
|
Or you could … just build it directly on indexedDB. That's what we did for our offline support at Fastmail, with just a small wrapper function to make the API promise based: https://www.fastmail.com/blog/offline-architecture/ The performance has been pretty decent, even with multi-gigabyte mailboxes. |
|