fetch-blob
fetch-blob copied to clipboard
A Blob implementation in Node.js, originally from node-fetch.
in this video https://youtu.be/6EDaayYnw6M?t=1202 he talks about returning a blob from the fetch api. in theory you can return a blob early if you know the content-length or size of...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.40 to 20.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [c8](https://github.com/bcoe/c8) from 7.14.0 to 8.0.1. Release notes Sourced from c8's releases. v8.0.1 8.0.1 (2023-07-25) Bug Fixes deps: update istanbul deps (#485) (3be8bd9), closes #478 v8.0.0 8.0.0 (2023-06-05) ⚠ BREAKING...
Bumps [node-domexception](https://github.com/jimmywarting/node-domexception) from 1.0.0 to 2.0.1. Release notes Sourced from node-domexception's releases. 2.0.1 What's Changed Fix typos in README by @MarcellPerger1 in jimmywarting/node-domexception#2 switch to atob solution, remove export by...
The test uses experimental http loader so perhaps it should only be executed with node v16+ Our own test can still co exist but i guess they are not that...
I just used `fetch-blob` in one of my projects and I noticed in snapshot tests that the string representation of the `File` class here is simplified in contrast to the...