MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / abortAlgorithm

Function abortAlgorithm

examples/io/streams/modules/streams.js:2880–2882  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

2878 }
2879
2880 function abortAlgorithm(reason) {
2881 return TransformStreamDefaultSinkAbortAlgorithm(stream, reason);
2882 }
2883
2884 function closeAlgorithm() {
2885 return TransformStreamDefaultSinkCloseAlgorithm(stream);

Callers 1

ReadableStreamPipeToFunction · 0.85

Tested by

no test coverage detected