centrifuge-js
centrifuge-js copied to clipboard
Log missing browser features when transport is skipped
Is your feature request related to a problem? Please describe.
Currently if we skip the transport we log sth like http_stream transport not available
. But it's not obvious why it was skipped.
Describe the solution you'd like
Add to log message the reason why we can't use it - i.e. list of missing browser features.