Sunday 29 September 2019

Is fs.Promises API still experimental?

I'm on Node v10.16.0, the current LTS version is v10.16.13. I keep getting warnings saying that fs.Promise is experimental since my current project uses fs.Promises. Should I completely switch from fs.Promises and just use the regular fs API? I'm worried that if people install my module there will be incompatibility issues since I'm thinking some people might be using older versions of Node.

Submitted September 30, 2019 at 07:52AM by ansonplusc

No comments:

Post a Comment