diff --git a/source/docs/tentative.md b/source/docs/tentative.md index 01c9e04..8370666 100644 --- a/source/docs/tentative.md +++ b/source/docs/tentative.md @@ -1726,7 +1726,7 @@ A property containing request URL after all processing (URL rewriting too). _Added in SVR.JS 4.0.0_ -A property containing parsed request URL created by `new URL()` constructor (WHATWG URL parser). +A property containing parsed request URL created by a custom URL parser (compatible with legacy URL parser: `url.parse()`) #### _req.originalParsedURL_