UrlLike
Exported By |
---|
UrlLike mirrors most of the public readonly interface of the URL object in the URL Web API. Notable exclusions:
- toJson()
- searchParams
Instead of using the searchParams property, use getSearchParams
from this
package. This allows for the relevant code to be removed when inspection of
search parameters is not needed.