parse5
    Preparing search index...

    Interface SerializerOptions<T>

    interface SerializerOptions<T extends TreeAdapterTypeMap> {
        scriptingEnabled?: boolean;
        treeAdapter?: TreeAdapter<T>;
    }

    Type Parameters

    Index

    Properties

    scriptingEnabled?: boolean

    The scripting flag. If set to true, noscript element content will not be escaped.

    true

    treeAdapter?: TreeAdapter<T>

    Specifies input tree format.

    treeAdapters.default