From 40d8d243a3833841c97e8ab0cae5ae047c8ff61a Mon Sep 17 00:00:00 2001 From: Th <133600193+thhck@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:58:51 +0100 Subject: [PATCH] Update README.md with node version req. I had a hard time tracking a bug that came from using nvm 18 ( braid-http is using Blob which is only available on node 20 ) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14e3657..fc30684 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ for await (var update of subscription_iterator) { ## Using it in Nodejs +You need node version > 20 + ### Example Nodejs server with `require('http')` Braidify adds these fields and methods to requests and responses: