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

Browser Support #282

Closed
code-tree opened this issue Jul 30, 2015 · 4 comments
Closed

Browser Support #282

code-tree opened this issue Jul 30, 2015 · 4 comments
Assignees

Comments

@code-tree
Copy link

Does Forge have any goals for browser support, or any current data on what browsers work/don't work?

I can't seem to find any official information, especially regarding IE support.

Note: I'm only trying to get AES, RSA, and SHA256 working in at least IE9+ at the moment.

Thanks for your work

@dlongley
Copy link
Member

@code-tree,

Does Forge have any goals for browser support, or any current data on what browsers work/don't work?

Our main goal is to be compatible with the most recent stable versions of the most commonly used browsers. We may sometimes take some extra steps to support older browsers if it doesn't require too much work/won't substantially impact performance on modern browsers.

I can't seem to find any official information, especially regarding IE support.

Yeah, we need to do a better job of continuous testing in a variety of browsers and reporting the results. We're happy to accept help in these areas :)

Note: I'm only trying to get AES, RSA, and SHA256 working in at least IE9+ at the moment.

To my knowledge, everything should work just fine with IE9+. I believe, in fact, forge may still be compatible with IE7-IE8.

Thanks for your work

Sure!

@code-tree
Copy link
Author

That's great to hear, thanks.

@dlongley
Copy link
Member

dlongley commented Jan 11, 2017

@mattcollier could you look into adding saucelabs support (or whatever) now that #456 has been merged?

@dlongley
Copy link
Member

Duplicates #261.

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

3 participants