posthog-js icon indicating copy to clipboard operation
posthog-js copied to clipboard

Screen recording does not work with IE11

Open mariusandra opened this issue 5 years ago • 0 comments

The recorder.js file throws an error when loaded on IE11:

image

Because Object.assign is not supported

image

The rrweb docs also say:

rrweb does not support IE11 and below because it uses the MutationObserver API which was supported by these browsers.

Because posthog-js still works with IE11, we should find a way to just disable screen recording when the user is on such an old browser.

mariusandra avatar Jan 08 '21 10:01 mariusandra