# HG changeset patch # User Yaroslav Zhuravlev # Date 1614875894 0 # Node ID e067ad74b0cd269e81ec95d33c6e9e779a9574aa # Parent 2085eb3156729c673960ffd11add387c9e5b0adb Corrected links to Response Object in njs reference. diff -r 2085eb315672 -r e067ad74b0cd xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Thu Mar 04 16:38:00 2021 +0000 +++ b/xml/en/docs/njs/reference.xml Thu Mar 04 16:38:14 2021 +0000 @@ -9,7 +9,7 @@
+ rev="66">
@@ -658,7 +658,7 @@ headers The Headers read-only object associated with the -Response: +Response: @@ -746,7 +746,7 @@ Makes a request to fetch an URL (0.5.1), returns a Promise that resolves with -the Response object. +the Response object. Only the http:// scheme is supported, redirects are not handled.