Lines Matching defs:API
72 ### Class: `URL`
551 ### Class: `URLSearchParams`
870 ### `url.domainToASCII(domain)`
895 ### `url.domainToUnicode(domain)`
920 ### `url.fileURLToPath(url)`
945 ### `url.format(URL[, options])`
984 ### `url.pathToFileURL(path)`
1013 ### Legacy `urlObject`
1123 ### `url.format(urlObject)`
1216 ### `url.parse(urlString[, parseQueryString[, slashesDenoteHost]])`
1260 ### `url.resolve(from, to)`
1359 [`URLSearchParams`]: #url_class_urlsearchparams
1361 [`new URL()`]: #url_new_url_input_base
1363 [`require('url').format()`]: #url_url_format_url_options
1364 [`url.domainToASCII()`]: #url_url_domaintoascii_domain
1365 [`url.domainToUnicode()`]: #url_url_domaintounicode_domain
1366 [`url.format()`]: #url_url_format_urlobject
1367 [`url.href`]: #url_url_href
1368 [`url.parse()`]: #url_url_parse_urlstring_parsequerystring_slashesdenotehost
1369 [`url.search`]: #url_url_search
1370 [`url.toJSON()`]: #url_url_tojson
1371 [`url.toString()`]: #url_url_tostring
1372 [`urlSearchParams.entries()`]: #url_urlsearchparams_entries
1373 [`urlSearchParams@@iterator()`]: #url_urlsearchparams_symbol_iterator
1377 [WHATWG URL]: #url_the_whatwg_url_api
1380 [legacy `urlObject`]: #url_legacy_urlobject
1381 [percent-encoded]: #whatwg-percent-encoding