mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 18:41:17 +00:00
Update README to reflect broader browser support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6b49f36213
commit
503db42a1a
1 changed files with 1 additions and 9 deletions
10
README.md
10
README.md
|
@ -9,15 +9,7 @@
|
|||
|
||||
## Browser Support
|
||||
|
||||
The web frontend uses ECMAScript 6 (ES6) so a relatively modern browser is required:
|
||||
|
||||
- Apple iOS >= 10.0
|
||||
- Apple Safari >= 10
|
||||
- Google Chrome >= 58
|
||||
- Microsoft Edge >= 14
|
||||
- Mozilla Firefox >= 52
|
||||
|
||||
Internet Explorer and older versions of the above listed browsers might work (except IE) but are not supported and will never be.
|
||||
The web frontend uses babel to ensure the JavaScript is supported by [browsers with more than 0.25% market share excluding Internet Explorer 11 and Opera Mini](http://browserl.ist/?q=%3E0.25%25%2C+not+ie+11%2C+not+op_mini+all).
|
||||
|
||||
## Setup / usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue