Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.network
/
RequestServedFromCacheEvent
Request
Served
From
Cache
Event
data class
RequestServedFromCacheEvent
(requestId:
RequestId
) :
Event
Content copied to clipboard
Fired if request ended up loading from cache.
Constructors
Functions
Properties
Sources
Constructors
RequestServedFromCacheEvent
Link copied to clipboard
fun
RequestServedFromCacheEvent
(requestId:
RequestId
)
Content copied to clipboard
On this page
On this page
Functions
domain
Link copied to clipboard
open override fun
domain
():
String
Content copied to clipboard
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun
eventName
():
String
Content copied to clipboard
Returns event name as described in protocol.
On this page
On this page
Properties
requestId
Link copied to clipboard
val
requestId
:
RequestId
Content copied to clipboard
Request identifier.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page