libxml2-wasm
    Preparing search index...

    Interface ParseOptions

    interface ParseOptions {
        encoding?: string;
        option?: ParseOption;
        url?: string;
    }
    Index

    Properties

    encoding?: string
    option?: ParseOption
    url?: string

    The URL of the document.

    It can be used as a base to calculate the URL of other included documents.