gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.73k stars 489 forks source link

Question: Does Chrome use flash too? #116

Closed b4bu closed 12 years ago

b4bu commented 12 years ago

I've written a small silverlight application using web-socket-js. Works beautifully in IE9 and in Chrome (19).

But I wonder: Will flash be used when running in Chrome too? Or will the library figure out that Chrome has websockets built in and use that?

gimite commented 12 years ago

It uses native WebSocket implementation when available i.e. Chrome, recent Firefox, etc.

b4bu commented 12 years ago

Brilliant. Tnx.