Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / navigation / reload.md
diff --git a/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/reload.md b/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/reload.md
new file mode 100644 (file)
index 0000000..f7ce65c
--- /dev/null
@@ -0,0 +1,15 @@
+reload
+========
+This command allows you to reload the page you are currently in, to reload send:
+```json
+{
+  "name":"reload",
+  "args":[]
+}
+```
+Response should be:
+```json
+{
+  "response": true
+}
+```