With https://github.com/eclipse-thingweb/node-wot/pull/1424 we introduced some *new* eslint warnings. One warning is `n/no-unsupported-features/node-builtins` https://github.com/eclipse-thingweb/node-wot/blob/736f2803f3eceac36919d0455d7713272bbcad46/eslint.config.mjs#L84 Setting it to `error` reports issues about `ReadableStream` <img width="1133" height="594" alt="Image" src="https://github.com/user-attachments/assets/fae30fbe-d373-42d9-bcf8-75d60934b680" /> I don't think we can fix it for older node versions. Opinions?