BaseURLinterface
{
readonly pathname: `/` | `/${string}/`;
}| Property | Type | |
|---|---|---|
.pathname | `/``/${string}/` | required readonly |
BaseURL is a URL with a guaranteed trailing slash on pathname.
{
readonly pathname: `/` | `/${string}/`;
}| Property | Type | |
|---|---|---|
.pathname | `/``/${string}/` | required readonly |
BaseURL is a URL with a guaranteed trailing slash on pathname.