Open promentol opened 1 year ago
process polyfill currently don't have stdout and stderr keys, but also not allowing to change them on runtime. Is there anyway to extend default polyfill to
process
stdout
stderr
I would love to polyfill them with console.logs() and console.errors()
console.logs()
console.errors()
Have you tried Object.defineProperty?
Object.defineProperty
process
polyfill currently don't havestdout
andstderr
keys, but also not allowing to change them on runtime. Is there anyway to extend default polyfill toI would love to polyfill them with
console.logs()
andconsole.errors()