(a4, b7)
| 78027 | ControlChars2[ControlChars2["Space"] = 32] = "Space"; |
| 78028 | ControlChars2[ControlChars2["Colon"] = 58] = "Colon"; |
| 78029 | })(ControlChars || (ControlChars = {})); |
| 78030 | function createSseStream(chunkStream) { |
| 78031 | const { cancel, iterable } = ensureAsyncIterable(chunkStream); |
| 78032 | const asyncIter = toMessage(toLine(iterable)); |
| 78033 | return createStream(asyncIter, cancel); |
| 78034 | } |
| 78035 | function concatBuffer(a4, b7) { |
| 78036 | const res = new Uint8Array(a4.length + b7.length); |
| 78037 | res.set(a4); |