Interface TextDecoderStreamTextDecoderStreamInit

interface TextDecoderStreamTextDecoderStreamInit {
    fatal?: boolean;
    ignoreBOM?: boolean;
}

Properties

Properties

fatal?: boolean
ignoreBOM?: boolean