Unverified Commit 979c66b6 authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

docs: link to the Asynchronous functions section (#31738)

parent adc70c71
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2,4 +2,4 @@
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/).
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment