* Returns true, if byte encoding is needed before returning the byte * representation. Translation between text and bytes may throw an error * if encountering malformed content. * @return {boolean}
()
| 347 | * @return {boolean} |
| 348 | */ |
| 349 | needsByteEncoding () { |
| 350 | return this._bytes === null |
| 351 | } |
| 352 | |
| 353 | /** |
| 354 | * Returns true if chain contains an empty string, zero Unicode |
no outgoing calls
no test coverage detected