This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
docs(faq): clarify browser support #12728
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,9 +86,15 @@ Yes. See instructions in {@link downloading}. | |
|
||
### What browsers does Angular work with? | ||
|
||
We run our extensive test suite against the following browsers: Safari, Chrome, Firefox, Opera 15, | ||
IE9 and mobile browsers (Android, Chrome Mobile, iOS Safari). See {@link guide/ie Internet | ||
Explorer Compatibility} for more details on supporting legacy IE browsers. | ||
We run our extensive test suite against the following browsers: the latest versions of Chrome, | ||
Firefox, Safari, and Safari for iOs, as well as Internet Explorer versions 9-11. See {@link guide/ie | ||
Internet Explorer Compatibility} for more details on supporting legacy IE browsers. | ||
|
||
If a browser is untested, it doesn't mean it won't work; for example, older Android (2.3.x) | ||
is supported in the sense that we avoid the dot notation for reserved words as property names, | ||
but we don't actively fix bugs against it. You can also expect browsers to work that share a large | ||
part of their codebase with a browser we test, such as Opera > version 12 (uses the Blink engine), | ||
or the various Firefox derivates. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. derivates --> derivatives ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I blame German ;p |
||
|
||
|
||
### What's Angular's performance like? | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but we don't actively fix bugs against it
should really bebut we don't actively test changes against it