React Corsair - v0.0.10
    Preparing search index...

    Interface HistoryOptions

    interface HistoryOptions {
        basePathname?: string;
        searchParamsSerializer?: SearchParamsSerializer;
    }
    Index

    Properties

    basePathname?: string

    A base pathname.

    searchParamsSerializer?: SearchParamsSerializer

    Serializes/parses a URL search string.