Re: njs-0.8.1

2023-09-12 Thread Dmitry Volyntsev
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

Re: njs-0.8.1

2023-09-12 Thread Manuel
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, > >