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.
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.