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
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,
>
>