The various util.is* methods have reached End-of-Life in Node.js and were removed. They should be removed from the polyfill. The only one currently remaining is isArray(...)
https://nodejs.org/docs/latest/api/deprecations.html#dep0045-utilisboolean
https://github.com/cloudflare/workers-sdk/blob/main/packages/unenv-preset/src/runtime/node/util.ts#L31C2-L44
Might need to be handled as a major change.
/cc @petebacondarwin @vicb
The various
util.is*methods have reached End-of-Life in Node.js and were removed. They should be removed from the polyfill. The only one currently remaining isisArray(...)https://nodejs.org/docs/latest/api/deprecations.html#dep0045-utilisboolean
https://github.com/cloudflare/workers-sdk/blob/main/packages/unenv-preset/src/runtime/node/util.ts#L31C2-L44
Might need to be handled as a major change.
/cc @petebacondarwin @vicb