-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add IsDisturbed predicate #378
Comments
Thanks for getting this discussed and summarizing it. FTR, could you please list the participants of the f2f (or put a link to some page with such a list) if no problem? |
Thanks, Ben.
|
Yes. We can do chunked for now. In the future I would like to explore allowing setting content-length (and thus not auto-setting chunked) but we can leave that for another time. |
|
See the suggestion in the OP of #378.
Implemented as IsReadableStreamDisturbed() in #385. |
See the suggestion in the OP of #378.
Should return true if stream is ever .cancel()ed or .read() from. See more details in https://etherpad.mozilla.org/streams-f2f-july
The text was updated successfully, but these errors were encountered: