Souparna_COCO 2 months ago committed by GitHub
commit 84d183f70e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,25 @@ search database.
``kiwix-serve`` supports Web browsers `Firefox >= 70, Chrome >= 80, Edge >= 80, ChromeAndroid >= 80, Safari >= 14, iOS >= 14 <https://browsersl.ist/#q=Firefox+%3E%3D+70%2C+Chrome+%3E%3D+80%2C+Edge+%3E%3D+80%2C+ChromeAndroid+%3E%3D+80%2C+Safari+%3E%3D+14%2C+iOS+%3E%3D+14>`_.
The full browserslist configuration is as follows:
```json
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead",
"supports es6-module",
"Firefox >= 70",
"Chrome >= 80",
"Edge >= 80",
"ChromeAndroid >= 80",
"Safari >= 14",
"iOS >= 14",
">= 5% in CN", // China-specific adjustment
">= 5% in NG" // Nigeria-specific adjustment
]
Usage
=====

Loading…
Cancel
Save