Package-level declarations

Types

Link copied to clipboard
@Serializable
object ClearMessagesResponse

A dummy response object for the ConsoleDomain.clearMessages command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.

Link copied to clipboard

This domain is deprecated - use Runtime or Log instead.

Link copied to clipboard
@Serializable
data class ConsoleMessage(val source: ConsoleMessageSource, val level: ConsoleMessageLevel, val text: String, val url: String? = null, val line: Int? = null, val column: Int? = null)

Console message.

Link copied to clipboard

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

Link copied to clipboard

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

Link copied to clipboard
@Serializable
object DisableResponse

A dummy response object for the ConsoleDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.

Link copied to clipboard
@Serializable
object EnableResponse

A dummy response object for the ConsoleDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.