Update system requirements for Edge and Opera browsers in documentation#335
Merged
Update system requirements for Edge and Opera browsers in documentation#335
Conversation
sebastien-roch
approved these changes
Mar 27, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix Web SDK minimum browser support for v8.x
Summary
Updates the browser compatibility table for the Web SDK to accurately reflect the minimum supported versions introduced in SDK 8.0, where the minimum Chrome version was raised
to 85+.
Changes
Edge: 79+ → 85+ (both columns)
Edge is Chromium-based. Since Chrome 85+ is the new baseline for SDK 8.x, Edge was aligned accordingly. See Edge release
history.
Opera: 55+/44+ → 71+/71+ (both columns)
Opera desktop is Chromium-based. Opera 71 corresponds to Chromium 85, so both the
Threads and Single thread minimums were updated to match the Chrome 85+ baseline. The previous values (55/44) mapped to Chromium 68 and ~57 respectively, which predate the SDK
8.x baseline.
Opera Android: 63+/46+ → 80+/60+
as it predates SAB support.