Replies: 1 comment 9 replies
-
Thank you for bringing this up, @darkbasic. I know it is provided by Node.js and not available in browsers. But many general JS APIs are not available in browsers. That's how we build for the browser, right? We add whatever seems useful.
Is it difficult to include in the browser? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
util.promisify belongs to node.js, do we really want to enforce it for browsers as well?
Beta Was this translation helpful? Give feedback.
All reactions