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

Function onDrain

github-actions/browserstack/set-browserstack-env.js:6774–6781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6772 }
6773 };
6774 const onDrain = function() {
6775 if (finished) {
6776 return;
6777 }
6778 if (body.resume) {
6779 body.resume();
6780 }
6781 };
6782 const onClose = function() {
6783 queueMicrotask(() => {
6784 body.removeListener("error", onFinished);

Callers

nothing calls this directly

Calls 1

resumeMethod · 0.45

Tested by

no test coverage detected