Notes:
- The following documentation has been created based on looking at the Orbited.js Javascript file and the orbited/transports/ directory on the server. This may need to be cleaned up as the JS and server are changed.
- The differences between Internet Explorer 6 and 7 are unclear (by looking at the code).
XHRStream
Supported browsers:
- Firefox 3
- Firefox 2
- Firefox (other)
- Safari 3
- Safari 2
LongPoll?
Supported browsers:
- Firefox 3
- Firefox 2
- Firefox (other)
- Safari 3
- Safari 2
- Opera
- Internet Explorer
Poll
Supported browsers:
- Firefox
- Opera
- Internet Explorer
HTMLFile
Supported browsers:
- Internet Explorer
SSE
Supported browsers:
- Opera 9.5
- Opera 9
- Opera 8
- Opera (other)
Preferred Transports for Browsers
Firefox (3, 2 and other)
- XHRStream
- LongPoll?
- Poll
Safari (3 and 2)
- XHRStream
- LongPoll?
Internet Explorer
- HTMLFile
- LongPoll?
- Poll
Opera
- SSE
- LongPoll?
- Poll