MCPcopy Create free account
hub / github.com/angular/dev-infra / arrayBuffer

Method arrayBuffer

github-actions/saucelabs/set-saucelabs-env.js:9728–9732  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9726 }
9727 addListener(ev, ...args) {
9728 return this.on(ev, ...args);
9729 }
9730 off(ev, ...args) {
9731 const ret = super.off(ev, ...args);
9732 if (ev === "data" || ev === "readable") {
9733 this[kReading] = this.listenerCount("data") > 0 || this.listenerCount("readable") > 0;
9734 }
9735 return ret;

Callers 3

arrayBufferMethod · 0.45
writeBlobFunction · 0.45
addMethod · 0.45

Calls 2

__asyncFunction · 0.70
consumeFunction · 0.70

Tested by

no test coverage detected