From 71ea6455c3efbf65c44130b5deda4e4a2d93aaad Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Fri, 28 Dec 2018 11:03:30 +0800 Subject: [PATCH] update docs and add compatibility note --- README.md | 6 ++++-- guide.md | 14 +++++++++----- guide.zh_CN.md | 4 ++++ 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 111c37eadd..8ede55ebda 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,14 @@ rrweb is mainly composed of 3 parts: - hijack Ajax/fetch API and record request events - use TraceKit to log exception events - +- [sandbox](./docs/sandbox.md) ## Contribute Guide diff --git a/guide.md b/guide.md index 59b58588ac..a07a048b45 100644 --- a/guide.md +++ b/guide.md @@ -24,7 +24,7 @@ Also, you can link to a specific version number that you can update manually: #### Only include the recorder code -rrweb's code includes both the record and the replay parts. Most of the time you only need include the record part into your target web Apps. +rrweb's code includes both the record and the replay parts. Most of the time you only need to include the record part into your targeted web Apps. This also can be done by using the CDN service: ```html @@ -39,12 +39,16 @@ npm install --save rrweb rrweb provides both commonJS and ES modules bundles, which is easy to use with the popular bundlers. +### Compatibility Note + +rrweb does **not** support IE11 and below, because it uses the `MutationObserver` API which was supoorted by [these browsers](https://caniuse.com/#feat=mutationobserver). + ## Getting Started ### Record If you only include record code with `