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
Should be pretty straightforward to implement, though I'll want to include an option for keeping it in the main thread as well. Should make use of transferrables where available.
The text was updated successfully, but these errors were encountered:
Hi toji,
Sadly if transferrable mode is not available Chrome seems to be leaking: http://visual-experiments.com/demo/transfert/ ?
Firefox is not leaking in structured clone mode but doesn't implement transferrable yet.
Yes, I have it working. I've been trying to get it to work with
transferrables before putting it up, which has been giving me trouble
for some reason. I think I'll post the basics anyway, though, since
the transferrables is just another optimization.
Should be pretty straightforward to implement, though I'll want to include an option for keeping it in the main thread as well. Should make use of transferrables where available.
The text was updated successfully, but these errors were encountered: