You are here

public function BrowserNavigateTrait::reload in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php \Zumba\GastonJS\Browser\BrowserNavigateTrait::reload()

Reloads the current page we are in

File

vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php, line 53

Class

BrowserNavigateTrait
Trait BrowserNavigateTrait @package Zumba\GastonJS\Browser

Namespace

Zumba\GastonJS\Browser

Code

public function reload() {
  return $this
    ->command('reload');
}