Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
Notable new features:
- Periodic code execution:
js_periodic direcrive specifies a content handler to run at regular
interval.
The handler receives a session object as its first argument, it also has
access
to global
Hello,
thank you for all the work for njs.
We will probably use it in one of our next projects.
Regarding the example
> let body = async reply.text();
should it be const body = await reply.next(); ?
Kind regards,
Manuel
> Am 13.09.2023 um 01:10 schrieb Dmitry Volyntsev :
>
> Hello,
>
>
On 12.09.2023 16:48, Manuel wrote:
Hello,
thank you for all the work for njs.
We will probably use it in one of our next projects.
Regarding the example
let body = async reply.text();
should it be const body = await reply.next(); ?
Kind regards,
Manuel
Hi Manuel, you you are right. It is