Fix for solving the issue of commas being added to large pinned contents.
Context: There was an issue when uploading files bigger than 5KB, after pinning them in IPFS and then retrieving the content it was returned with commas added in between.
Fix: We narrowed the problem down to a external library "it-all" and replaced it with the implementation mentioned in one of the ipfs-js kb that doesn't require an external library.
Fix for solving the issue of commas being added to large pinned contents.
Context: There was an issue when uploading files bigger than 5KB, after pinning them in IPFS and then retrieving the content it was returned with commas added in between.
Fix: We narrowed the problem down to a external library "it-all" and replaced it with the implementation mentioned in one of the ipfs-js kb that doesn't require an external library.