(rowHtml: string)
| 797 | } |
| 798 | |
| 799 | function markPartialRow(rowHtml: string): string { |
| 800 | return rowHtml.replace(/^<tr/i, '<tr data-sh-partial="1"'); |
| 801 | } |
| 802 | |
| 803 | /** Promote in-progress partial row to complete instead of duplicating */ |
| 804 | function promoteOrAppendRows( |
no outgoing calls
no test coverage detected