Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Sep 22, 2024
1 parent 51b1250 commit 4756c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/url/canparse_static/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/url/parse_static/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4756c08

Please sign in to comment.