holepunchto / hyperdrive

Hyperdrive is a secure, real time distributed file system
Apache License 2.0
1.85k stars 136 forks source link

Let get pass forward opts #351

Closed HDegroote closed 11 months ago

HDegroote commented 11 months ago

Relevant to be able to do things like await drive.get('./file', { wait: false }), so you only get the file if it's locally available

LuKks commented 11 months ago

Related https://github.com/holepunchto/hyperdrive/pull/348