5 ms·
I doubt Google wants to keep this Chrome-only. Just like SPDY, there isn't initially support on all platforms/browsers so you have to have a fallback. But if it
by scottmp10 13y ago
I doubt Google wants to keep this Chrome-only. Just like SPDY, there isn't initially support on all platforms/browsers so you have to have a fallback. But if it catches on then you will see broader support over time.
- _prometheus 13y agothere is actually a fallback -- mentioned in the post: pepper.js (http://trypepperjs.appspot.com/ http://trypepperjs.appspot.com/)
- icefox 13y agoHaving taken a good hard look at adding this to a non-chrome browser I can tell you it would not be a trivial task. You can't just take the code and re-use it elsewhere and re-inventing it would require constant catch up.
- pekk 13y agoIt seems that writing browsers is hard. Oh well, let's just continue using exactly the same javascript stack forever then.