Package-level declarations

Types

Link copied to clipboard
@Serializable
object ClearResponse

A dummy response object for the LogDomain.clear 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 DisableResponse

A dummy response object for the LogDomain.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 LogDomain.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.

Link copied to clipboard
class LogDomain

Provides access to log entries.

Link copied to clipboard
@Serializable
data class LogEntry(val source: LogEntrySource, val level: LogEntryLevel, val text: String, val category: LogEntryCategory? = null, val timestamp: Timestamp, val url: String? = null, val lineNumber: Int? = null, val stackTrace: StackTrace? = null, val networkRequestId: RequestId? = null, val workerId: String? = null, val args: List<RemoteObject>? = null)

Log entry.

Link copied to clipboard
@Serializable
enum LogEntryCategory : Enum<LogEntryCategory>

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
enum LogEntryLevel : Enum<LogEntryLevel>

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
enum LogEntrySource : Enum<LogEntrySource>

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
data class StartViolationsReportRequest(val config: List<ViolationSetting>)

Request object containing input parameters for the LogDomain.startViolationsReport command.

Link copied to clipboard
@Serializable
object StartViolationsReportResponse

A dummy response object for the LogDomain.startViolationsReport 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 StopViolationsReportResponse

A dummy response object for the LogDomain.stopViolationsReport 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
data class ViolationSetting(val name: ViolationSettingName, val threshold: Double)

Violation configuration setting.

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: