Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How can we check the subprotocol being used by the client?

  2. A.

     subprotocol property

    B.

     protocol property

    C.

     clientprotocol property

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Once the connection is established, the client can determine which subprotocol is in use by checking the protocol property of the socket.


Be The First To Comment