rest-vir - v2.2.0
    Preparing search index...

    Function rawMessageToString

    • Normalize the various shapes ws may deliver an incoming message in (string, Buffer, Buffer[], ArrayBuffer) into a UTF-8 string. Exported for direct unit testing because the default ws configuration only emits Buffer for the JSON-stringified payloads sent by the client wrapper, so the other branches are otherwise unreachable from the integration tests.

      Parameters

      • rawMessage: Data

      Returns string