mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-16 18:19:38 -05:00
migrated to ASP.Net Core
This commit is contained in:
7
Webfront/bower_components/bootstrap/_includes/callout-danger-async-methods.md
vendored
Normal file
7
Webfront/bower_components/bootstrap/_includes/callout-danger-async-methods.md
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{% callout danger %}
|
||||
#### Asynchronous methods and transitions
|
||||
|
||||
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.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/)
|
||||
{% endcallout %}
|
Reference in New Issue
Block a user