Cobrowse.io Docs
Home
Pricing
Search…
Getting started
SDK Installation
Web
iOS
Android
React Native
Xamarin
MacOS
Windows
SDK Features
Account config
Identify your devices
Use 6-digit codes
Redact sensitive data
Customize the interface
Initiate sessions with push
Listening for events
Full device capabilities
Advanced configuration
Web
IFrames support
IE 11 polyfills
Cross-domain session support
iOS
Android
Agent-side integrations
Platform integrations
Custom integrations
Agent SDK
Authentication (JWTs)
IFrame embeds
Enterprise self-hosting
Self-hosting overview
Docker Compose
Helm chart
AWS terraform
Azure terraform
GCP terraform
Sizing guidelines
Running your instance
Monitoring your instance
Advanced configuration
Troubleshooting
Powered By
GitBook
IE 11 polyfills
The Cobrowse.io JS SDK works well with IE 11, but in order to keep the SDK small there's some polyfills we don't include by default. You may add these to your website yourself to support IE11. The ones we use are:
1
<
script
src
=
"
//cdnjs.cloudflare.com/ajax/libs/dom4/2.0.0/dom4.js
"
>
</
script
>
2
<
script
crossorigin
=
"
anonymous
"
src
=
"
https://polyfill.io/v3/polyfill.min.js?features=CustomEvent%2Cfetch%2CPromise
"
>
</
script
>
Copied!
Make sure to add these before the Cobrowse snippet so they're available when the Cobrowse snippet runs.
Previous
IFrames support
Next
Cross-domain session support
Last modified
1yr ago
Copy link