# HG changeset patch # User Yaroslav Zhuravlev # Date 1685635938 -3600 # Node ID 576e06abd683411f6f45cbb65cea836f9479e25b # Parent c80a7cb452e83963d5f798a5c7787ac600978dd3 Marked r.requestBody and r.responseBody as removed in njs Reference. diff -r c80a7cb452e8 -r 576e06abd683 xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Fri Jun 16 18:53:11 2023 -0700 +++ b/xml/en/docs/njs/reference.xml Thu Jun 01 17:12:18 2023 +0100 @@ -9,7 +9,7 @@
+ rev="105">
@@ -310,9 +310,10 @@ r.requestBody -the property is deprecated since -0.5.0, -the r.requestBuffer or +the property was made obsolete in +0.5.0 +and was removed in 0.8.0. +The r.requestBuffer or r.requestText property should be used instead. @@ -382,9 +383,10 @@ r.responseBody -the property is deprecated since -0.5.0, -the r.responseBuffer +the property was made obsolete in +0.5.0 +and was removed in 0.8.0. +The r.responseBuffer or the r.responseText property