Update to fflate (#448)
* Update to fflate * Update docs, bundler config
This commit is contained in:
@@ -66,7 +66,7 @@ rrweb.record({
|
||||
|
||||
### Use packFn to compress every event
|
||||
|
||||
rrweb provides a pako-based simple compress function rrweb.pack.
|
||||
rrweb provides an fflate-based simple compress function rrweb.pack.
|
||||
|
||||
You can use it by passing it as the `packFn` in the recording.
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ rrweb.record({
|
||||
|
||||
### 基于 packFn 的单数据压缩
|
||||
|
||||
rrweb 内包含了基于 pako 的简单压缩 rrweb.pack,在录制时可以作为 `packFn` 传入。
|
||||
rrweb 内包含了基于 fflate 的简单压缩 rrweb.pack,在录制时可以作为 `packFn` 传入。
|
||||
|
||||
```js
|
||||
rrweb.record({
|
||||
|
||||
Reference in New Issue
Block a user