From 6749cdff5d0427faebb094e26f04e929145d6fbc Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 27 Sep 2024 09:36:04 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daniel D. Beck --- features/url.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/url.yml b/features/url.yml index 4f289cae2ce..96f30b2160c 100644 --- a/features/url.yml +++ b/features/url.yml @@ -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: