QVAC Logo

ping( )

Sends a ping request to the server and returns the pong response.

function ping(): Promise

Returns

Promise

Throws

ErrorWhen
When the response type is not "pong".

On this page