readable-stream
readable-stream copied to clipboard
fail to run in worker environment
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?