NetLog

external interface NetLog(source)

Properties

Link copied to clipboard

A boolean property that indicates whether network logs are currently being recorded.

Functions

Link copied to clipboard
abstract fun startLogging(    path: String,     options: StartLoggingOptions = definedExternally): <Error class: unknown class><<Error class: unknown class>>

resolves when the net log has begun recording.

Link copied to clipboard
abstract fun stopLogging(): <Error class: unknown class><<Error class: unknown class>>

resolves when the net log has been flushed to disk.