Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  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