property URL.search
The search property of the URL interface is a string that represents the search string, or the query string, of the URL.
This includes the ? character and the but excludes identifiers within the represented resource such as the URL.hash. More granular control can be found using URL.searchParams property.
Examples #
Type #
string