jquery / jquery/api.jquery.com
Update timeout jsonp warnining
Open
@AurelioDeRosa is already working on this.
Since Mar 13, 2016.
- Dominant language
- HTML
- Stars
- 325
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
Talking about this line -
In Firefox 3.0+ only, script and JSONP requests cannot be cancelled by a timeout; the script will run even if it arrives after the timeout period.
on http://api.jquery.com/jQuery.ajax/. For long-long time all browsers are now affected.
Ref
http://bugs.jquery.com/ticket/8744
https://github.com/jquery/jquery/pull/804
https://github.com/jquery/jquery/pull/667
https://github.com/jquery/jquery/issues/2317
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.