libxml2-wasm
    Preparing search index...

    Interface SaveOptions

    Options to be passed in the call to saving functions

    interface SaveOptions {
        format?: boolean;
    }
    Index

    Properties

    Properties

    format?: boolean

    To enable formatting on the output, creating a separate line for each tag and indent the text accordingly.

    true