Change tentative SVR.JS documentation, as the future release of SVR.JS uses different URL parser

This commit is contained in:
Dorian Niemiec 2024-08-27 19:13:22 +02:00
parent 65b5995826
commit 303fc3dbb4

View file

@ -1726,7 +1726,7 @@ A property containing request URL after all processing (URL rewriting too).
<small>_Added in SVR.JS 4.0.0_</small>
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_