Skip to content
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

Editorial: less continue after returning #3385

Merged
merged 1 commit into from
Jan 24, 2018

Conversation

annevk
Copy link
Member

@annevk annevk commented Jan 23, 2018

This fixes EventSource and WebSocket to follow a more accepted pattern for "in parallel".

Fixes #692.


/server-sent-events.html ( diff )
/web-sockets.html ( diff )

This fixes EventSource and WebSocket to follow a more accepted pattern for "in parallel".

Fixes #692.
@annevk annevk merged commit 0d097af into master Jan 24, 2018
@annevk annevk deleted the annevk/but-continue-in-parallel branch January 24, 2018 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

"Return the new EventSource object, but continue..."
2 participants