Side navigation
#14018 closed bug (notabug)
Opened June 13, 2013 07:52AM UTC
Closed June 13, 2013 02:28PM UTC
Async: false
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When we set "async: false" in our request. The browser (Chrome, IE) will be frozen.
Correct. Thats the meaning of an synchron execution ("async=false"). Everything else has to wait (=blocked), until your request has completed.