From 50c94f24a432ae77f02f2d73dbbac6929aaa87de Mon Sep 17 00:00:00 2001 From: Aleen Date: Mon, 6 Dec 2021 21:44:46 +0800 Subject: [PATCH] Add a note of URL Constructor in old Edge (#13820) --- api/URL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/URL.json b/api/URL.json index 36dd52a6815cdf..1f9c7e93c26a54 100644 --- a/api/URL.json +++ b/api/URL.json @@ -132,7 +132,8 @@ "version_added": "1.0" }, "edge": { - "version_added": "12" + "version_added": "12", + "notes": "Before Edge 79, query arguments in the base URL argument are removed when calling the URL constructor." }, "firefox": { "version_added": "26"