transports property

List<String>? transports
final

A list of transports that may be used by SockJS.

By default, all available transports will be used. Specifying a whitelist can be useful if you need to disable certain fallback transports.

Implementation

final List<String>? transports;