Lines Matching refs:ignoreBOM
530 Describes decoding-related options, which include **fatal** and **ignoreBOM**.
539 | ignoreBOM | boolean | No | Whether to ignore the BOM. The default value is **false**. |
822 | ignoreBOM | boolean | Yes| No| Whether to ignore the byte order marker (BOM). The default value i…
857 …textdecoderoptions11) | No | Decoding-related options, which include **fatal** and **ignoreBOM**.|
872 ignoreBOM : true
916 ignoreBOM : true
968 ignoreBOM : true
989 constructor(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean })
1004 | options | object | No| Decoding-related options, which include **fatal** and **ignoreBOM**.|
1011 | ignoreBOM | boolean | No| Whether to ignore the BOM. The default value is **false**.|
1016 let textDecoder = new util.TextDecoder("utf-8",{ignoreBOM: true});
1053 let textDecoder = new util.TextDecoder("utf-8",{ignoreBOM: true});