πŸ“Š JavaScript
Q. How can we check the subprotocol being used by the client?
  • (A) subprotocol property
  • (B) protocol property
  • (C) clientprotocol property
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) protocol property

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
147
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate