Request

fun Request(url: String, urlFragment: String? = null, method: String, headers: Headers, postData: String? = null, hasPostData: Boolean? = null, postDataEntries: List<PostDataEntry>? = null, mixedContentType: MixedContentType? = null, initialPriority: ResourcePriority, referrerPolicy: String, isLinkPreload: Boolean? = null, trustTokenParams: TrustTokenParams? = null)

Sources

jvm source
Link copied to clipboard