`TypeError: This WritableStream has been closed` due to use of Buffer?

I came across this issue on pages: workers-and-pages-helpHow to use Compression Streams without errors?

✘ [ERROR] TypeError: This WritableStream has been closed.

I suspect it is due to the use of node:buffer (I set the node compatibility flag). It does seemingly not cause any issues and the site seems to work fine. But it definitely feels uneasy.

Is there a way to resolve this or should I ignore it?
Was this page helpful?