Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support transferable objects #138

Open
letmaik opened this issue Feb 10, 2016 · 2 comments
Open

Support transferable objects #138

letmaik opened this issue Feb 10, 2016 · 2 comments

Comments

@letmaik
Copy link

letmaik commented Feb 10, 2016

I couldn't find any mention of it, so I assume this is not supported yet. Would be cool if transferable objects are supported for more high-performance needs.

@calvinmetcalf
Copy link
Owner

it is supported, it even avoids using transferable objects if your in a version of IE which flips a shit if you try to use a transferable object.

@letmaik
Copy link
Author

letmaik commented Feb 11, 2016

Ah great, actually I just found it in the API document. Maybe it should add some references to specs, or at least say what happens when transfer: ... is used (namely that if the browser supports it then the sender will loose ownership of the object and it is passed by reference).

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

No branches or pull requests

2 participants