Hello!

I am currently attempting to move our web application's Lightstreamer client to a Web Worker. Unfortunately, the connection type which our application uses (XSXHRConnection) is failing an internal check due to the fact that the client is not living in a browser document.

The JS client guide discusses Web Workers, but does not mention any limitations regarding which types of connections are supported. What are the connection types which should be used here?

(As a side-note, we are using the version 6.1.4 client.)