()
| 78033 | return createStream(asyncIter, cancel); |
| 78034 | } |
| 78035 | function concatBuffer(a4, b7) { |
| 78036 | const res = new Uint8Array(a4.length + b7.length); |
| 78037 | res.set(a4); |
| 78038 | res.set(b7, a4.length); |
| 78039 | return res; |
| 78040 | } |
| 78041 | function createMessage() { |
| 78042 | return { |
| 78043 | data: void 0, |
| 78044 | event: "", |
| 78045 | id: "", |