ngageoint / endpoint.js

Web application discovery, execution and streaming library
http://ngageoint.github.io/endpoint.js/
Apache License 2.0
26 stars 5 forks source link

Add 'Transferable' object support for browsers that support it #6

Open datasedai opened 8 years ago

datasedai commented 8 years ago

For Shared Worker & postMessage communication, the software should use transferable objects if possible (instead of JSON serialization) if it is supported. The performance should be much higher. However, I have been unsuccessful trying to get this to work.

See this page for documentation about transferable objects.