| Summary: | [IE] xhr.js throws in IE9 | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.5 | ||
| Target Milestone: | 0.5 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
If you call orion.xhr() and provide a timeout parameter, IE9 throws on this line: > xhr.timeout = options.timeout; According to the IE9 documentation, the timeout property can only be set after calling open() an XMLHttpRequest, but before calling send().