From 3a8385d943f25f078b06edb781a55817d81e6d13 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 30 Aug 2024 13:24:32 +0200 Subject: [PATCH] Correct out information about used URL parser in tentative documentation --- source/docs/tentative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/tentative.md b/source/docs/tentative.md index 81530b2..a1feb3f 100644 --- a/source/docs/tentative.md +++ b/source/docs/tentative.md @@ -1732,7 +1732,7 @@ A property containing parsed request URL created by a custom URL parser (compati _Added in SVR.JS 4.0.0_ -A property containing parsed request URL (before URL rewriting) created by `new URL()` constructor (WHATWG URL parser) +A property containing parsed request URL (before URL rewriting) created by a custom URL parser (compatible with legacy URL parser: `url.parse()`) #### _req.isProxy_