This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

reload

Summary

Reloads the current document.

Method of dom/Locationdom/Location

Syntax

 location.reload(ignoreCache);

Parameters

ignoreCache

Data-type
Boolean

Whether to ignore the cache and reload the page from scratch.

Return Value

No return value

Attributions