Hacker News new | ask | show | jobs
by scottmp10 4594 days 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.
2 comments

there is actually a fallback -- mentioned in the post: pepper.js (http://trypepperjs.appspot.com/)
Having 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.
It seems that writing browsers is hard. Oh well, let's just continue using exactly the same javascript stack forever then.