Delivery.js icon indicating copy to clipboard operation
Delivery.js copied to clipboard

Mime Types Still Broken. [NPM VERSION]

Open arch-linux opened this issue 4 years ago • 1 comments

Upon initiating a file transfer, this error is thrown now, I believe a package you were depending on has changed.

this.mimeType = mime.lookup(this.path); ^

TypeError: mime.lookup is not a function

arch-linux avatar Aug 23 '20 04:08 arch-linux

Just to confirm, the package on GitHub works as expected. The NPMJS one does not function due to outdated mime-type errors.

arch-linux avatar Aug 23 '20 05:08 arch-linux