2 frontend.ready
ni-richard edited this page 2019-09-14 00:42:36 +02:00

Request

  • Description: The frontend signals that it has loaded everything and is waiting for the config keys.
  • Subscribers: FrontendConfigHandler, FrontendReadyHandler, ConfigReadyService
{
    "key": "frontend.ready",
    "intent": "control",
    "scope": "zmq"
}

Example: Same as above, does not have additional parameters.

Response

  • Description: After sending out every config key, the backend answers with the same message to indicate that the user may interact with the site now.
  • Subscribers: (none)
{
    "key": "frontend.ready",
    "scope": "websocket"
}

Example: Same as above, does not have additional parameters.