comparison xml/en/docs/njs/changes.xml @ 3015:3a85326ed38c

Documented Console object in njs Reference.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Oct 2023 09:31:29 +0100
parents 758e2e1dfd22
children 00c220310f53
comparison
equal deleted inserted replaced
3014:c0a4a4a55e45 3015:3a85326ed38c
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Changes" 9 <article name="Changes"
10 link="/en/docs/njs/changes.html" 10 link="/en/docs/njs/changes.html"
11 lang="en" 11 lang="en"
12 rev="64" 12 rev="65"
13 toc="no"> 13 toc="no">
14 14
15 <section id="njs0.8.1" name="Changes with njs 0.8.1"> 15 <section id="njs0.8.1" name="Changes with njs 0.8.1">
16 16
17 <para> 17 <para>
5085 </listitem> 5085 </listitem>
5086 5086
5087 <listitem> 5087 <listitem>
5088 <para> 5088 <para>
5089 Feature: 5089 Feature:
5090 <literal>console.time()</literal> and 5090 <link doc="reference.xml" id="console_time"><literal>console.time()</literal></link>
5091 <literal>console.timeEnd()</literal> methods. 5091 and
5092 <link doc="reference.xml" id="console_time_end"><literal>console.timeEnd()</literal></link>
5093 methods.
5092 </para> 5094 </para>
5093 </listitem> 5095 </listitem>
5094 5096
5095 <listitem> 5097 <listitem>
5096 <para> 5098 <para>