(length, type, chunk)
| 585 | } |
| 586 | |
| 587 | #decodeBlobStringWithLength(length, type, chunk) { |
| 588 | return this.#decodeStringWithLength(length, 2, type, chunk); |
| 589 | } |
| 590 | |
| 591 | #decodeVerbatimString(type, chunk) { |
| 592 | return this.#continueDecodeVerbatimStringLength( |
no test coverage detected