Is there a list of supported/tested web browsers?
We need to know what versions of which browsers does it works/doesn't work. Especially old browsers.
I think it is all modern browsers and not IE
The web client is tested against Chrome, Firefox and Edge desktop browsers in the CI workflow. We have also done limited testing with Safari.
The web client will run on browsers that support fetch and sendBeacon.
We have not yet integrated a full cross-browser testing service into the CI workflow, so we can't break out results by device.
We have not yet integrated a full cross-browser testing service into the CI workflow, so we can't break out results by device.
Is there an issue to track that? I'm worried about Safari a fair bit since Safari-only bugs are not uncommon in JS world and we have a fair share of customers using Safari.
We can track cross-browser support here. Optionally, we can open an issue just for Safari.
The web client's current CI workflow executes browser integ tests agains Firefox, Chrome and Edge in Linux and Windows.
I believe we can add macOS+Safari to the current CI workflow, since GitHub has a hosted macos runner, but will need to verify.