holepunchto / hyperdrive

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

Fix path.posix not being available in browsers #256

Closed t-mullen closed 4 years ago

t-mullen commented 4 years ago

path-browserify does not provide a .posix implementation.

Environments without a posix implementation should just use the native implementation.

andrewosh commented 4 years ago

Looks good to me. Thanks @t-mullen