natevw / fatfs

Standalone FAT16/FAT32 filesystem implementation in JavaScript
47 stars 13 forks source link

Use multi-block IO when possible #12

Open natevw opened 10 years ago

natevw commented 10 years ago

The chain methods need to be refactored to take advantage of the multi-sector volume driver I/O methods.