Opened 12 years ago
Closed 12 years ago
#9087 closed feature (wontfix)
Add jQuery.support variable for XHR2 - File upload support
Reported by: | mattrq | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.6 |
Keywords: | Cc: | jaubourg | |
Blocked by: | Blocking: |
Description
Add jQuery.support variable for XHR2 - File upload support
Would be good to know if the browser supports the ability to use XHR2 File upload via AJAX, the closes support variable seems to be jQuery.support.cors
Change History (2)
comment:1 Changed 12 years ago by
Cc: | jaubourg added |
---|---|
Component: | unfiled → ajax |
Priority: | undecided → low |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
As the docs say, we only add
.support
variables for things we need in core. Otherwise we'd spend too much time during initialization checking for things that the majority of pages don't need.