-
Notifications
You must be signed in to change notification settings - Fork 56
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
Early Design Review: Pending Beacon API #776
Comments
Friendly ping on this request as it has been a while. |
Hi, @maxpassion and I reviewed this during our F2F and we have a few questions: About the use of Get/PostPendingBeacon, why not using the method in a dictionary instead of having two instances? How about ensuring that a PostPB isn't sent twice (like if there is a crash). What is the point of forcing a PendingBeacon to be sent, if it is supposed to be sent at the end of the interaction, why not using fetch or a normal beacon in that case? Why existing mechanism is not reliable and how this new proposed mechnisam solve the not reliable issue? Should the HTML unload event be fixed instead? Could this be solved at the Page Lifecycle level instead of having a new specification? Thanks, |
We're assuming deferred fetch as proposed in whatwg/fetch#1647 will supersede this, should this be closed? @mingyc @fergald |
In that case, should deferred fetch be reviewed here (or in another new issue)? |
For this case I might recommend a new issue. |
Filed a Specification Review #887 as I think we have passed the early design stage. |
See #887 for the review of FetchLater, which is the successor of this. |
Wotcher TAG!
I'm requesting a TAG review of Pending API.
This is a proposal for Pending Beacon API. It is a system for sending beacons when pages are discarded, that uses a stateful API rather than having developers explicitly send beacons themselves.
Further details:
You should also know that...
[please tell us anything you think is relevant to this review]
We'd prefer the TAG provide feedback as (please delete all but the desired option):
💬 leave review feedback as a comment in this issue and @-notify @mingyc and @fergald
The text was updated successfully, but these errors were encountered: