Commit 10fb09a
authored
ref(replay): Use fflate instead of pako for compression (#9436)
According to their own benchmarks
(https://www.npmjs.com/package/fflate), this should be faster, and have
a smaller bundle size.
We still use pako in integration tests, to verify this is stable (for
now) - we can eventually also move this to fflate.
We also have E2E tests that should also verify that this still works as
expected.1 parent d8beaa0 commit 10fb09a
File tree
16 files changed
+870
-4091
lines changed- packages
- browser-integration-tests
- suites/replay/compressionEnabled
- replay-worker
- examples
- src
- test/unit
- replay
- test
- unit/eventBuffer
- utils
16 files changed
+870
-4091
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments