| 1 | /*! Sentry Replay Worker 10.53.1 (d8e086f796) | https://github.com/getsentry/sentry-javascript */ |
| 2 | // DEFLATE is a complex format; to read this code, you should probably check the RFC first: |
| 3 | // https://tools.ietf.org/html/rfc1951 |
| 4 | // You may also wish to take a look at the guide I made about this program: |
nothing calls this directly
no test coverage detected