ipfs-inactive / js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
MIT License
5 stars 4 forks source link

Mtime passed as timespec #42

Closed achingbrain closed 4 years ago

achingbrain commented 4 years ago

Uses updated UnixFS constructor args and supports passing/receiving high resolution mtime values as { secs, nsecs } objects.

Depends on: