-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Fetch-Based API] SendSignal
#75
Comments
See [https://github.com//issues/70#issuecomment-1486404787]. I wonder if we need sentSignal, given a per-origin quota instead of a global quota for beacons. |
noamr@ Could you tell why sentSignal is bound to request quota? Another reason to have it (or |
If the document is in BFCache, how would you receive that promise? When you're restored from BFCache? |
It can only be received and triggered after restored from BFCache. But at least users can know that their request has been sent. |
|
Context: #70 #71
This is to observe a event to tell if a
deferSend
request is still pending.To prevent from data races, the underlying implementation should ensure that renderer is authoritative to the request's send state when it's alive. Similar to this discussion for PendingBeacon.
The text was updated successfully, but these errors were encountered: