Browser::reload: Difference between revisions
(Created page with "Reloads current page. ==Syntax== <syntaxhighlight lang="javascript">browser.reload(ignoreCache);</syntaxhighlight> === Required Arguments === *'''ignoreCache:''' true to ignor...") |
MrPancakers (talk | contribs) m (Using old browser template) |
||
| Line 13: | Line 13: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See also== | ==See also== | ||
{{ | {{Browser_definition_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
Latest revision as of 08:56, 7 May 2018
Reloads current page.
Syntax
browser.reload(ignoreCache);
Required Arguments
- ignoreCache: true to ignore cache
Example
let browser = mp.browsers.at(0);
if(browser)
{
browser.reload(false);
}
See also
- Functions:
- Properies: