WebKit2.WebContext.prototype.prefetch_dns

function prefetch_dns(hostname: String): void {
    // Gjs wrapper for webkit_web_context_prefetch_dns()
}
  

Resolve the domain name of the given hostname in advance, so that if a URI of hostname is requested the load will be performed more quickly.

hostname

a hostname to be resolved