You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to obtain a matrix of all browser versions known to this module with the following format:
{"browser": "chrome","version": "89","baselineYear": 2021,// which Baseline year feature set the version supports"widelyAvailableSupported": false,// whether the version supports the current WA feature set"releaseDate": "2021-03-02"}
The matrix could also include extra data for downstream browsers, e.g.:
{"browser": "qq_android","version": "14.2","year": 2022,"widelyAvailable": true,"releaseDate": "2023-10-14",// or null if not available"engine": "Blink","engineVersion": "109"}
Also worth considering: run a daily job that publishes this data as a CSV either in the module or a github page within this repo.
The text was updated successfully, but these errors were encountered:
It would be useful to be able to obtain a matrix of all browser versions known to this module with the following format:
The matrix could also include extra data for downstream browsers, e.g.:
Also worth considering: run a daily job that publishes this data as a CSV either in the module or a github page within this repo.
The text was updated successfully, but these errors were encountered: