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): Promise<Void>

resolves when the net log has begun recording.

Link copied to clipboard
abstract fun stopLogging(): Promise<Void>

resolves when the net log has been flushed to disk.