MCPcopy Create free account
hub / github.com/microsoft/SandDance / makeToArrayBufferIterator

Function makeToArrayBufferIterator

docs/app/js/sanddance-app.js:56477–56479  ·  view source on GitHub ↗
(_x)

Source from the content-addressed store, hash-verified

56475 return (0, _loaderUtils.isBrowser) ? makeBrowserStreamIterator(stream) : makeNodeStreamIterator(stream);
56476}
56477function makeToArrayBufferIterator(_x) {
56478 return _makeToArrayBufferIterator.apply(this, arguments);
56479}
56480function _makeToArrayBufferIterator() {
56481 _makeToArrayBufferIterator = (0, _wrapAsyncGeneratorDefault.default)((0, _regeneratorDefault.default).mark(function _callee(asyncIterator) {
56482 var _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _value, chunk;

Callers 1

makeStreamIteratorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected