What
Remove the 12 deprecated synchronous methods from StorageProvider interface.
Why
Sync methods were kept in Wave 1 for backward compatibility. Wave 2 should remove them to simplify the interface and eliminate sync I/O paths.
Methods to Remove
readSync, writeSync, existsSync, listSync, isDirectorySync, mkdirSync, statSync, appendSync, deleteSync, renameSync, copySync, deleteDirSync
Tracking
What
Remove the 12 deprecated synchronous methods from StorageProvider interface.
Why
Sync methods were kept in Wave 1 for backward compatibility. Wave 2 should remove them to simplify the interface and eliminate sync I/O paths.
Methods to Remove
readSync, writeSync, existsSync, listSync, isDirectorySync, mkdirSync, statSync, appendSync, deleteSync, renameSync, copySync, deleteDirSync
Tracking