diff --git a/files/en-us/web/api/url/canparse_static/index.md b/files/en-us/web/api/url/canparse_static/index.md index 9b4223c08cb1a9e..2b8e308e8eb09df 100644 --- a/files/en-us/web/api/url/canparse_static/index.md +++ b/files/en-us/web/api/url/canparse_static/index.md @@ -6,7 +6,7 @@ page-type: web-api-static-method browser-compat: api.URL.canParse_static --- -{{ApiRef("URL API")}} +{{APIRef("URL API")}} {{AvailableInWorkers}} The **`URL.canParse()`** static method of the {{domxref("URL")}} interface returns a boolean indicating whether or not an absolute URL, or a relative URL combined with a base URL, are parsable and valid. diff --git a/files/en-us/web/api/url/parse_static/index.md b/files/en-us/web/api/url/parse_static/index.md index 16b529ac5772bd3..107577c97257e37 100644 --- a/files/en-us/web/api/url/parse_static/index.md +++ b/files/en-us/web/api/url/parse_static/index.md @@ -6,7 +6,7 @@ page-type: web-api-static-method browser-compat: api.URL.parse_static --- -{{ApiRef("URL API")}} +{{APIRef("URL API")}} {{AvailableInWorkers}} The **`URL.parse()`** static method of the {{domxref("URL")}} interface returns a newly created {{domxref("URL")}} object representing the URL defined by the parameters.