chrometabs.mayLaunchUrl()


Type Function

Return value none

See also chrometabs.*


Overview

Tell the browser which URLs are likely to be requested so that some preloading can happen.

A session has to be started before calling this function with chrometabs.newSession().

Syntax

	chrometabs.mayLaunchUrl(url, additional_urls)

url required

String. The most probable URL.

additional_urls optional

Table. The list of other less probable URLs. More probable URLs come first.