Opened 10 years ago
Closed 10 years ago
#14018 closed bug (notabug)
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.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Correct. Thats the meaning of an synchron execution ("async=false"). Everything else has to wait (=blocked), until your request has completed.