Skip to content

Commit ada368a

Browse files
authored
Merge pull request #4535 from segmentio/jfoskin-patch-1-1
Older browser support
2 parents baa5a32 + c01aee1 commit ada368a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/supported-browsers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ The library is regularly tested and is functional with the following browsers:
1818
> warning "Deprecation of Analytics.js Classic"
1919
> Analytics.js Classic was deprecated on February 28, 2023. As of March 2023, Segment upgraded all sources to [Analytics.js 2.0](/docs/connections/sources/catalog/libraries/website/javascript/).
2020
21-
2221
### Internet Explorer Support
2322

2423
Segment guarantees support for Internet Explorer 11 and later for Analytics.js. Remember that different bundled (device-mode) destinations might have different compatibility guarantees for their own products. Refer to the vendor's documentation to confirm browser compatibility.
2524

25+
If you need to support older versions of Internet Explorer or Opera, Segment recommends you to either load a polyfill script in the head as shown [here](https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.7.0/polyfill.min.js){:target="_blank"}, or use the analytics-next npm package and polyfill bundle as shown in [Babel](https://babeljs.io/docs/babel-preset-env){:target="_blank"}.
26+
2627
> info ""
27-
> Classic destinations and Analytics.js support Internet Explorer 11, but some Actions destinations are not yet supported.
28+
> Classic destinations and Analytics.js support Internet Explorer 11, but some Actions destinations are not yet supported.
2829
2930
## Tracking Protection (ITP, ETP)
3031

0 commit comments

Comments
 (0)