comparison xml/en/docs/njs/reference.xml @ 2952:4939c98e2f25

Documented hash.copy() method in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Apr 2023 18:26:21 +0100
parents c231cd046ac5
children b2bb7aa090da
comparison
equal deleted inserted replaced
2951:c231cd046ac5 2952:4939c98e2f25
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Reference" 9 <article name="Reference"
10 link="/en/docs/njs/reference.html" 10 link="/en/docs/njs/reference.html"
11 lang="en" 11 lang="en"
12 rev="102"> 12 rev="103">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 <link doc="index.xml">njs</link> provides objects, methods and properties 17 <link doc="index.xml">njs</link> provides objects, methods and properties
3821 Before version (<link doc="changes.xml" id="njs0.4.4">0.4.4</link>), 3821 Before version (<link doc="changes.xml" id="njs0.4.4">0.4.4</link>),
3822 a byte string was returned instead of a Buffer object. 3822 a byte string was returned instead of a Buffer object.
3823 </note> 3823 </note>
3824 </tag-desc> 3824 </tag-desc>
3825 3825
3826 <tag-name id="crypto_hash_copy"><literal>hash.copy()</literal></tag-name>
3827 <tag-desc>
3828 Makes a copy of the current state of the hash
3829 (since <link doc="changes.xml" id="njs0.7.12">0.7.12</link>).
3830 </tag-desc>
3831
3826 </list> 3832 </list>
3827 </para> 3833 </para>
3828 3834
3829 <para> 3835 <para>
3830 <example> 3836 <example>