Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ Zlib
Function
Zlib
packages/replay-worker/examples/worker.js:711–715 ·
view source on GitHub ↗
(opts, cb)
Source
from the content-addressed store, hash-verified
709
*/
710
var
Zlib = /*#__PURE__*/ (
function
() {
711
function
Zlib(opts, cb) {
712
this.c = adler();
713
this.v = 1;
714
Deflate.call(this, opts, cb);
715
}
716
/**
717
* Pushes a chunk to be zlibbed
718
* @param chunk The chunk to push
Callers
nothing calls this directly
Calls
2
adler
Function · 0.85
call
Method · 0.80
Tested by
no test coverage detected