@haxall/haxall
    Preparing search index...

    Interface URLFormatOptions

    interface URLFormatOptions {
        auth?: boolean;
        fragment?: boolean;
        search?: boolean;
        unicode?: boolean;
    }
    Index

    Properties

    auth?: boolean

    true if the serialized URL string should include the username and password, false otherwise.

    true
    
    fragment?: boolean

    true if the serialized URL string should include the fragment, false otherwise.

    true
    
    search?: boolean

    true if the serialized URL string should include the search query, false otherwise.

    true
    
    unicode?: boolean

    true if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to being Punycode encoded.

    false