pauls-dat-api
pauls-dat-api copied to clipboard
Library of functions that make working with dat / hyperdrive easier.
Using `pauls-dat-api` in Electron, the `rmdir()` method is emitting `could not be found` warnings in the devtools console, even after successful recursive removal of a folder and its contents.
Hi,Pfrazee, Could you add Chinese path support to the VALID_PATH_REGEX ? > exports.VALID_PATH_REGEX = /^[a-z0-9\-._~!$&'()*+,;=:@\/\\\s]+$/i change to >exports.VALID_PATH_REGEX = /^[\u4E00-\u9FA5a-z0-9\-._~!$&'()*+,;=:@\/\\\s]+$/i thanks
I just realised that the es5 compatibility that I added a few months ago is broken for anyone who does not have babel-polyfill in their package. This is a simple...
Some of the correctness tests in #6 require atomicity across async operations to be correct.