Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Asynchronous saving #54

Open
YakovL opened this issue Jul 30, 2017 · 0 comments
Open

Asynchronous saving #54

YakovL opened this issue Jul 30, 2017 · 0 comments

Comments

@YakovL
Copy link

YakovL commented Jul 30, 2017

So curretly saving is done in a synchronous manner: front-end hangs until saving is done. Is it possible to make it asynchronous? Of'course this will also require some changes in the core, like the ones I've described here, but the main question is: is this possible within a FF addon? As far as I understand, Web Workers can't be used to make saving async without changing TF since they won't get access to the TF's API (or how to call it), so something is to be done inside TF..

Since saving is one of the main performance issues of TW (for me at least) it would be very nice to have async saving.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant