* Triggered before performing encode or decode on given content. * @protected * @param {Chain} content * @param {boolean} isEncode True for encoding, false for decoding * @return {number[]|string|Uint8Array|Chain|Promise} Filtered content
(content, isEncode)
| 251 | * @return {number[]|string|Uint8Array|Chain|Promise} Filtered content |
| 252 | */ |
| 253 | willTranslate (content, isEncode) { |
| 254 | return content |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * Performs encode or decode on given content. |
no outgoing calls
no test coverage detected