Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

Clean up node's upload.ts #49

Closed elliotsayes closed 1 year ago

elliotsayes commented 2 years ago

More consistent 'fs' module usage in node's upload.ts. Removing the reference to 'fs/promises' means better compatibility with 'fs' module polyfills for non-node platforms :)

JesseTheRobot commented 1 year ago

Seems this change was already made at some point - Thanks for the PR though!