From 9706df7a094365ce8b93439ccda8c95d00bee5ba Mon Sep 17 00:00:00 2001 From: Aleen Date: Wed, 1 Dec 2021 18:06:51 +0800 Subject: [PATCH] Add a note of URL Constructor in old Edge --- api/URL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/URL.json b/api/URL.json index 3314e61961e706..98e1cf6ee2e564 100644 --- a/api/URL.json +++ b/api/URL.json @@ -124,7 +124,8 @@ "version_added": "25" }, "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"