Searched defs:ignoreBOM (Results 1 – 10 of 10) sorted by relevance
/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-ignorebom.any.js | 12 var decoder = new TextDecoder(testCase.encoding, {ignoreBOM: true}); property 19 decoder = new TextDecoder(testCase.encoding, {ignoreBOM: false}); property 37 …assert_true(new TextDecoder('utf-8', {ignoreBOM: true}).ignoreBOM, 'The ignoreBOM attribute can be… property
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | decode-attributes.any.js | 31 const stream = new TextDecoderStream('utf-8', { ignoreBOM: falseValue }); property 43 const stream = new TextDecoderStream('utf-8', { ignoreBOM: trueValue }); property 69 get ignoreBOM() { throw new Error(); } getter
|
D | decode-ignore-bom.any.js | 15 async function pipeAndAssemble(inputChunks, encoding, ignoreBOM) { argument 19 new TextDecoderStream(encoding, {ignoreBOM}))); field
|
/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-textdecoder.js | 40 const dec = new TextDecoder(i, { ignoreBOM: true }); property 46 const dec = new TextDecoder(i, { ignoreBOM: true }); property 107 const dec = new TextDecoder('utf-8', { ignoreBOM: true }); property 139 const dec = new TextDecoder('utf-8', { ignoreBOM: true }); property
|
D | test-whatwg-encoding-custom-textdecoder-ignorebom.js | 23 let decoder = new TextDecoder(testCase.encoding, { ignoreBOM: true }); property 26 decoder = new TextDecoder(testCase.encoding, { ignoreBOM: false }); property
|
/third_party/node/lib/internal/ |
D | encoding.js | 545 get ignoreBOM() { getter
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 569 ignoreBOM?: boolean; property 3132 readonly ignoreBOM: boolean; property
|
D | lib.dom.d.ts | 1860 ignoreBOM?: boolean; property 15598 readonly ignoreBOM: boolean; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 549 ignoreBOM?: boolean; property 3112 readonly ignoreBOM: boolean; property
|
D | dom.generated.d.ts | 1840 ignoreBOM?: boolean; property 15578 readonly ignoreBOM: boolean; property
|