-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate Node.js dependency #265
Separate Node.js dependency #265
Conversation
I think it should be the other way around. |
Makes sense, I will adjust to your preference (same way as I had done it in my modules, requires a bit more shift code around, that is is why I have not done it). Okay, I will:
|
To convert the Web-API readable stream (from browser part) into Node.js readable stream (core) I planned to use readable-web-to-node-stream. Would you like to keep |
I would prefer to keep everything in this package. |
I will prepare a PR adding the browser functions within 2 days. If you have time, it would be great if you can review & merge, these PR's to the development branch: |
/** | ||
Supported MIME types. | ||
*/ | ||
const mimeTypes: core.MimeType; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: eff47af
Merging this to unblock you, but don't forget to fix #265 (comment) |
Node.js functions are the default:
Common (internal) functions are accessible via sub-inclusion (
file-type/core
):This is part of the implementation of #248 Change proposal: break the fixed sample limit