5 ms·
That's why you would use it where available, instead of targeting. if (browser.supportsWebSocket) useWebSocket(); else useComet();
by bumblebird 17y ago
That's why you would use it where available, instead of targeting.
if (browser.supportsWebSocket) useWebSocket(); else useComet();