readable-stream icon indicating copy to clipboard operation
readable-stream copied to clipboard

fail to run in worker environment

Open braineo opened this issue 10 months ago • 0 comments

readable-stream imports imports process

file content of : node-process/blob/master/index.js

module.exports = global.process;

it introduces global object, but it does not exist in worker environment.

Given the fact node-process repo does not have updates for 8 years. is it reasonable to open an issue here instead to add worker support?

braineo avatar Mar 25 '25 02:03 braineo