Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / navigation / current_url.md
diff --git a/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/current_url.md b/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/current_url.md
new file mode 100644 (file)
index 0000000..7e9edb5
--- /dev/null
@@ -0,0 +1,16 @@
+current-url
+===================
+
+To get the current url in the browser, send:
+```json
+{
+  "name":"current_url",
+  "args":[]
+}
+```
+Response should be:
+```json
+{
+  "response":"http://gastonjs.readthedocs.org/en/latest/"
+}
+```