DatArchive.fork added
Would you mind adding a unit test for this? [https://github.com/beakerbrowser/node-dat-archive/blob/master/test/api.js]
I think a simple test would be to create an archive, write a file, fork it, and check that you can read the file from the fork.
Maybe also add a test to check the manifest
Appreciate the PR! Yeah I agree, a unit test would be good. There's some additional logic in Beaker that might need to get copied over. See https://github.com/beakerbrowser/beaker/blob/master/app/background-process/networks/dat/library.js#L215
@pfrazee Oh snap! I should add those changes to dat-archive-web, too!
Sure I will