我想知道Gmail(或其他任何人)如何在Opera上彗星.
这是我迄今为止从我的实验中所知道的.
>它不使用在Opera 10.51中损坏的event-source标签.
>它不使用iframe显示一个旋转的throbber和一个忙碌的鼠标光标.
>当readyState = 3已知在Opera上被破坏时,它不会在xmlhttprequest上使用responseText.
我试着看看它是如何在mibbit和etherpad中完成的,我发现他们都使用长轮询.
赏金
赏金可以告诉我比Opera comet流的“event-source”更好的方法,或者gmail如何进行流式传输(如果是这样做的话).
解决方法
GMail使用Google
Closure Library中包含的BrowserChannel(
Docs |
Source).
- @fileoverview Definition of the BrowserChannel class. A BrowserChannel
- simulates a bidirectional socket over HTTP. It is the basis of the
- Gmail Chat IM connections to the server.