-
Notifications
You must be signed in to change notification settings - Fork 8
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
Slice stream function for node backend #103
Comments
If we are using the browser's I am not sure about Node support, but if we want to have node support, we need to provide some kind of unified API - maybe the best approach would be to use something like this that emulates |
I don't think this is a priority at the moment, right? |
Node support should be quite straightforward since we have a simple stream API (right?). |
@risenW I'm not yet clear why we need slice vs basic |
This is not needed anymore I think. It was a backup in case the streaming upload didn't work. But since it has already been fixed, we do not need this anymore. And yes, after my research as well I found out that node file stream has a start and end parameter that we can use. |
Acceptance Criteria
The text was updated successfully, but these errors were encountered: