Skip to content

Commit 36e8895

Browse files
authored
Apply suggestions from code review
1 parent b456a28 commit 36e8895

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ The library is regularly tested and is functional with the following browsers:
1616
- Brave
1717

1818
> warning "Deprecation of Analytics.js Classic"
19-
> Analytics.js Classic was deprecated on February 28, 2023. At this time, Segment is upgrading all sources not yet upgraded to [Analytics.js 2.0](/docs/connections/sources/catalog/libraries/website/javascript/). The upgrade process will complete for all users by the end of March 2023.
20-
> <br><br>Learn how to [upgrade to Analytics.js 2.0](/docs/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2).
19+
> 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/).
2120
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

26-
If you need to support older versions of Internet Explorer or Opera, Segment encourages you to either load a polyfill script in the head (https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.7.0/polyfill.min.js) or use the analytics-next npm package and bundle/polyfill themselves. For example, https://babeljs.io/docs/babel-preset-env.
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"}.
2726

2827
> info ""
2928
> Classic destinations and Analytics.js support Internet Explorer 11, but some Actions destinations are not yet supported.

0 commit comments

Comments
 (0)