MCPcopy Create free account
hub / github.com/UI5/webcomponents / ondrain

Function ondrain

packages/main/test/pages/diffable-html.js:8288–8292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8286 source.on('data', ondata);
8287
8288 function ondrain() {
8289 if (source.readable && source.resume) {
8290 source.resume();
8291 }
8292 }
8293
8294 dest.on('drain', ondrain);
8295

Callers 1

cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…