Modify ↓
Ticket #196 (closed bug: fixed)
Please dont shaddow XMLHttpRequest
| Reported by: | daniel.doubleday@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
This breaks other libraries which distinguish between ie and other via "is defined" checks such as DWR and others.
Please use a factory method instead.
I know that this will break backward compatability but I think the "I know that I'm not alone" approach is worth it.
Change History
comment:1 Changed 7 years ago by joern
- Status changed from new to closed
- Resolution set to worksforme
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

If we remove the shadowed XMLHttpRequest, I'd have to remove the fixed event object etc. pp. That can't be the right solution either, therefore I close this report.