-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to wait for data #8
Comments
The object to be returned by Essentially it boils down to implementing a If you use Browserify, you can just |
Thank you very much for the information. I am mainly a C++ developer and not really familiar with nodejs libraries. I didn't know how much of nodejs is compliant with the browser exactly. You should add this information to readme if you feel to do so but then again web community probably have this knowledge :). |
Thanks for the suggestion! I'll add it soon. |
Let's say that I am manually generating the data. I can't really see the way to do it here:
Let's say that start=100 end=200 is requested and I do not have and cannot yet generate the data when this request has happened. I will however will be able to provide the data in 5 seconds. Is it possible to do this?
Also, is there a documentation that defines the interface of the object to be returned in
createReadStream
?Thanks.
P.S. The environment is the latest Chromium browser.
The text was updated successfully, but these errors were encountered: