MCPcopy Index your code
hub / github.com/TanStack/ai / createResponseStreamTextDecoder

Function createResponseStreamTextDecoder

packages/ai-client/src/response-stream.ts:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export function createResponseStreamTextDecoder(): TextDecoder {
37 if (typeof globalThis.TextDecoder !== 'function') {
38 throw new UnsupportedResponseStreamError('TextDecoder')
39 }
40
41 return new globalThis.TextDecoder()
42}

Callers 2

readStreamLinesFunction · 0.90
readStreamLinesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected