Delivery.js
Delivery.js copied to clipboard
Mime Types Still Broken. [NPM VERSION]
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
Just to confirm, the package on GitHub works as expected. The NPMJS one does not function due to outdated mime-type errors.