richardschneider / net-ipfs-core

The core objects and interfaces of the interplanetary file system (IPFS)
https://richardschneider.github.io/net-ipfs-core/
MIT License
102 stars 58 forks source link

IFileSystemLink IsDirectory #104

Closed richardschneider closed 5 years ago

richardschneider commented 5 years ago

To determine if a link points to a directory; the link's block must first be fetched. This can make ListFileAsync very slow. Try /ipfs/QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm

Should this field be removed?