-
Notifications
You must be signed in to change notification settings - Fork 12
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] Promise #74
Labels
Comments
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Mar 24, 2023
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Mar 24, 2023
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Mar 24, 2023
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Jul 4, 2023
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Jul 4, 2023
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Jul 4, 2023
mingyc
added a commit
to mingyc/pending-beacon
that referenced
this issue
Jul 4, 2023
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context: #70 #71
To maintain the same semantic, browser should probably resolve Promise when the pending request is sent.
But in reality, the Promise may or may not be resolved, or resolved when the page is in bfcache and JS context is frozen. User should not rely on it.
The text was updated successfully, but these errors were encountered: