-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make It Clear Which Browsers Are Supported #24
Comments
Yeah, this needs more testing + documentation. Thanks for bringing it up. I believe it will work fine on most of the mainstream browsers. The only complex features that I can think of are:
Would be nice if this was automatically tested on different browsers. Ideas welcome. |
Some thoughts about this: The library needs Typed arrays and Canvas. These are very basic features and they can't be poly-filled in a performant way. So, I will assume that these two features are available in the browser. From CanIUse.com, the browser versions that support both
These are the versions we can strive to support. That is, if something is missing on these browsers we can try to poly-fill them or use alternatives. Note: This is a tentative list. If a browser version needs too much working-around, then we might need to skip it. |
At this point, I give up on
|
I'd suggest leaving off Opera Mini - it runs static pages only, with JS only on the proxy server (under time limits and other restrictions) - so short of actually testing on it you'd never know if it worked - in addition the plan for async processing would be pretty much guaranteed not to work... |
Thanks @Rycochet I didn't know it was a crippled browser. From its wikipedia article:
Sounds awfully restrictive. So yes, let's scratch Opera mini out. New tentative list:
|
Hi, I'm curious which browsers this polyfill supports and can't seem to find much information? I feel like this would be a good addition to the README
The text was updated successfully, but these errors were encountered: