Side navigation
#9853 closed bug (duplicate)
Opened July 18, 2011 06:36AM UTC
Closed July 18, 2011 01:48PM UTC
Last modified July 21, 2011 05:21PM UTC
browser throws 'not a function' after abort a jsonp request
Reported by: | henrypares@163.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i use ajax with jsonp type ,
i call abort() when it does not return , and jsonp callback will be removed from window ,
so that when the request returns , the browser will throw 'jqueryxxxx is not a function' exception.
Attachments (0)
Change History (3)
Changed July 18, 2011 01:48PM UTC by comment:1
component: | unfiled → ajax |
---|---|
milestone: | 1.next → None |
priority: | undecided → low |
resolution: | → duplicate |
status: | new → closed |
Changed July 21, 2011 05:21PM UTC by comment:3
I think I'm experiencing the same, or at least a similar, issue. I have a function that makes an ajax call when a dialog is opened and I have that function aborted when the dialog is closed. That works fine, however I'm unable to recall the function, receiving an error that it is no longer a function.