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

Method onBodySent

github-actions/browserstack/set-browserstack-env.js:2011–2019  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

2009 }
2010 }
2011 onBodySent(chunk) {
2012 if (this[kHandler].onBodySent) {
2013 try {
2014 return this[kHandler].onBodySent(chunk);
2015 } catch (err) {
2016 this.abort(err);
2017 }
2018 }
2019 }
2020 onRequestSent() {
2021 if (channels.bodySent.hasSubscribers) {
2022 channels.bodySent.publish({ request: this });

Callers 6

writeBufferFunction · 0.45
writeBlobFunction · 0.45
writeMethod · 0.45
onPipeDataFunction · 0.45
writeIterableFunction · 0.45
onBodySentMethod · 0.45

Calls 2

__privateGetFunction · 0.70
abortMethod · 0.45

Tested by

no test coverage detected