81334b0a1be5e1970bf7edcea1199efe8243ee9f
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / navigation / go_forward.md
1 go_forward
2 ========
3 This command allows you (if possible) to go forward, loading the next page in your browser history.
4 ```json
5 {
6   "name":"go_forward",
7   "args":[]
8 }
9 ```
10 If possible to go forward then response should be:
11 ```json
12 {
13   "response": true
14 }
15 ```