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

Function makeTextDecoderIterator

docs/app/js/sanddance-app.js:53955–53957  ·  view source on GitHub ↗
(_x, _x2)

Source from the content-addressed store, hash-verified

53953var _asyncIterator = require("@babel/runtime/helpers/esm/asyncIterator");
53954var _asyncIteratorDefault = parcelHelpers.interopDefault(_asyncIterator);
53955function makeTextDecoderIterator(_x, _x2) {
53956 return _makeTextDecoderIterator.apply(this, arguments);
53957}
53958function _makeTextDecoderIterator() {
53959 _makeTextDecoderIterator = (0, _wrapAsyncGeneratorDefault.default)((0, _regeneratorDefault.default).mark(function _callee(arrayBufferIterator, options) {
53960 var textDecoder, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _value, arrayBuffer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected