Skip to content
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

Drop support for old browsers #116

Closed
flowersinthesand opened this issue Oct 11, 2013 · 1 comment
Closed

Drop support for old browsers #116

flowersinthesand opened this issue Oct 11, 2013 · 1 comment
Milestone

Comments

@flowersinthesand
Copy link
Owner

Support set will be:

  • Internet Explorer: 6+
  • Chrome: (Current - 1) or Current
  • Firefox: (Current - 1) or Current
  • Safari: 5.1+
  • Opera: 12.1x, (Current - 1) or Current

This set is the same with one of jQuery 1.x.
http://jquery.com/browser-support/

The followings will be dropped :
Chrome
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L1445-L1446 - Chrome 10-15 is not supported
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L242 - so that browser.chrome can be removed

Firefox
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L253-L255 - Firefox 3 is not supported
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L1316 - Fifrefox 6 is not supported
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L246 - so that browser.mozilla can be removed

Safari
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L243 - browser.webkit can be removed

Opera
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L942-L947 - works correctly in 12.1
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L1497-L1499 - not tested with 12.1 but sse is supported
https://github.com/flowersinthesand/portal/blob/1.0.1/portal.js#L244 - so that browser.opera can be removed

@flowersinthesand
Copy link
Owner Author

Confirmed that Opera 17.0 don't need to use work around in streamxhr. But 17 is not minimum version for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant