You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
as a side-remark for SPAs & off-line first webapps a standard page life-cycle event does not make that much sense, because much of the content is loaded asynchronously.
In this case perhaps that an application event is better suited (or any other mechanism).
I think a waitFor=x param would be good. That maps well to pptr's API's which have a similar param that wait to resolve page.goto (and similar methods) by x milliseconds.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When taking a screenshot of webgdedeck.com it doesn't load in the content, I suspect this is because it is loaded after the 'load' event.
It would be nice to let the user configure when the action should take place in the page life-cycle.
The text was updated successfully, but these errors were encountered: