Same URL

Used to detect whether the starting URL is the same as the target URL

isSameURL()

Import

import { isSameURL } from '@bprogress/react';

Type

function isSameURL(target: URL, current: URL): boolean;

isSameURLWithoutSearch()

Import

import { isSameURLWithoutSearch } from '@bprogress/react';

Type

function isSameURLWithoutSearch(target: URL, current: URL): boolean;

On this page