Users of Node 18 should use --experimental-global-webcrypto
flag. Support for it ends in 5 months anyway.
Should fix #226 and #227.
Moved .children = []
handling from the code that handles children to the code that creates the node. Fixes a lot of possible and existing bugs.
Use globalThis.isSecureContext
. Advantages and disadvantages shown in detail here.
Should fix issue #205 where the Storage class does not work on HTTPS websites.
It was calling .find instead of calling .filter to recurse directories.
I always forget about that, so is better to put it in the readme.
--allow-net should not include a trailing slash.
I'm not sure if the return type of navigate
is correct - could anyone verify?.
node-fetch is no longer going to be included with the library since all currently supported Node.js versions include a fetch
global.
I was certain I tested this! 😑
Add checks for Firefox and Deno so having to set userAgent: null
or forceHttps: false
is no longer required.
Bumps braces from 3.0.2 to 3.0.3.
Use always the last Node version. Update action packages.
I hope that makes people read it.
Implement find, search and navigate functions, and fix fetch related issues.
No, that's not because of the guy who doesn't read things, that's because I noticed there was not a test for that.
punycode
is deprecated. Bumped node-fetch version to a newer version that doesn't depend on punycode
.
Thank you for your work! This package has saved me a lot of time. It seems that MutableFile
has not been exported, which may be an oversight.
bytesUploaded was defined inside sendChunk, not inside _uploadWithSize.
The old link was for old Angular, not modern Angular.
Upload progress can be monitored by checking progress events.
The old link was for old Angular, not modern Angular.
Upload progress can be monitored by checking progress events.
Bumps word-wrap from 1.2.3 to 1.2.4. Release notes. Sourced from word-wrap's releases. 1.2.4. What's Changed.
🤦