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

Page Livecycle API #714

Open
ChristianMayer opened this issue Aug 15, 2018 · 1 comment
Open

Page Livecycle API #714

ChristianMayer opened this issue Aug 15, 2018 · 1 comment

Comments

@ChristianMayer
Copy link
Member

We should consider supporting the Page Livecycle API as the CV is a long running application.
-> https://developers.google.com/web/updates/2018/07/page-lifecycle-api

@peuter
Copy link
Member

peuter commented Aug 15, 2018

Could be implemented using Qooxdoos FiniteStateMachine (maybe?): http://cometvisu.org/CometVisu/en/latest/api/#qx.util.fsm.FiniteStateMachine

Basically its about resuming the backend-connection (read-request) right? Or are there other things that need to know that state? I guess if not its only relevant for long-polling transport, because the SSE-Connection is handled by the browser anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants