We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add an unload listener
rsvp.js/lib/rsvp/asap.js
Line 18 in 7933854
The Chrome bug was closed almost a year ago now, it's probably save to remove right?
Failing that, switch to postMessage? https://github.com/NobleJS/setImmediate/blob/6dd6a2dd3162f15848ca4d609d70b778b9b59261/setImmediate.js#L124
(issue spotted by @tobie)
The text was updated successfully, but these errors were encountered:
@jakearchibald removing the fix is a good idea, do you have time for a PR?
the back/forward page cache issue seems like a bug unto itself?
PostMessage has many other issues: cujojs/when#197 (comment)
Sorry, something went wrong.
The reason the back/forward page cache goes away with "unload" is:
3ca5bb3
@jakearchibald ah.
Also, thanks again for the bug report and the subsequent PR.
rm memory unload listener see tildeio/rsvp.js#168
f135809
No branches or pull requests
Add an unload listener
rsvp.js/lib/rsvp/asap.js
Line 18 in 7933854
The Chrome bug was closed almost a year ago now, it's probably save to remove right?
Failing that, switch to postMessage? https://github.com/NobleJS/setImmediate/blob/6dd6a2dd3162f15848ca4d609d70b778b9b59261/setImmediate.js#L124
(issue spotted by @tobie)
The text was updated successfully, but these errors were encountered: