Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
queengooborg and ddbeck committed Sep 27, 2024
1 parent 77c0db6 commit 6749cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/url.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: URL
description: The URL API allows developers to parse and interact with URL strings.
description: A `URL` object represents a web address, like `https://example.com/`, and parts of the address, such as the domain, path, and query string (as `URLSearchParams`).
spec: https://url.spec.whatwg.org/
caniuse: url
status:
compute_from: api.URL
compat_features:
Expand Down

0 comments on commit 6749cdf

Please # to comment.