()
| 16607 | return this.event.data !== void 0 || this.event.event !== void 0 || this.event.id !== void 0 || this.event.retry !== void 0; |
| 16608 | } |
| 16609 | hasCurrentByte() { |
| 16610 | return this.chunkIndex < this.chunks.length && this.pos < this.chunks[this.chunkIndex].length; |
| 16611 | } |
| 16612 | currentByte() { |
| 16613 | return this.chunks[this.chunkIndex][this.pos]; |
| 16614 | } |
no outgoing calls
no test coverage detected