()
| 573 | }, |
| 574 | |
| 575 | get ignoreBOM() { |
| 576 | validateDecoder(this); |
| 577 | return (this[kFlags] & CONVERTER_FLAGS_IGNORE_BOM) === |
| 578 | CONVERTER_FLAGS_IGNORE_BOM; |
| 579 | }, |
| 580 | |
| 581 | [inspect](depth, opts) { |
| 582 | validateDecoder(this); |
nothing calls this directly
no test coverage detected
searching dependent graphs…