Skip to content

doc: suggest alternatives to deprecated APIs

Rodrigo Muino Tomonari requested to merge github/fork/benjamingr/patch-7 into v1.x

At the moment users who want to use fs.exists get a warning that the method is deprecated but do not get offered an alternative in the page. This PR suggests fs.stat and fs.access as alternatives while keeping the warning about the use case in place.

This PR closes https://github.com/iojs/io.js/issues/1002

Merge request reports

Loading