Request
- Description: The frontend signals that it has loaded everything and is waiting for the config keys.
- Subscribers: FrontendConfigHandler, FrontendReadyHandler, ConfigReadyService
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)
Example: Same as above, does not have additional parameters.