PrefetchOptions


@ExperimentalPrefetch
class PrefetchOptions


Composes optional parameters used in prefetch.

Summary

Nested types

Builder class for PrefetchOptions

Public properties

Boolean

Set true to anonymize IP address of the prefetch request when it is cross-origin.

Uri?

The origin that prefetch is requested from.

Public properties

requiresAnonymousIpWhenCrossOrigin

Added in 1.9.0-alpha01
val requiresAnonymousIpWhenCrossOriginBoolean

Set true to anonymize IP address of the prefetch request when it is cross-origin.

sourceOrigin

Added in 1.9.0-alpha01
val sourceOriginUri?

The origin that prefetch is requested from.