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
One could use a polling loop to read data from local-storage, but this will spin the CPU.
In future, SharedArrayBuffer will help. It is supported in Firefox and Safari now, but not yet standardized, nor available in other browsers. Edit: Atomics.wait seems especially useful.
Atomics.wait was gaining support in major browsers. However, recently, the support has been disabled by most browsers to reduce the efficacy of side-channel attacks. So we are back to where we were, until the support is re-enabled.
(start decoding while the bytes are still being fetched from the network)
The text was updated successfully, but these errors were encountered: