You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: