(html: string)
| 380 | |
| 381 | const rawLive = repaired.live; |
| 382 | const forStreamingDisplay = (html: string) => |
| 383 | isStreaming ? applyStreamingSmilPolicy(html, rawLive) : html; |
| 384 | |
| 385 | const track = isStreaming ? rawLive : sanitizeBlock(rawLive); |
| 386 | const hasTable = findTableStart(rawLive) !== -1; |
no test coverage detected