• JMap.Server.isReady

    Returns a string identifying the full version of the JMap Server to which JMap Cloud NG is currently connected to. Returns an empty string if the server is not yet connected.

    Returns boolean

    Example

    // display in the console if the server is ready or not
    console.log(JMap.Server.isReady() ? "Server is ready" : "Server is not ready")