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
workbox-background-sync
When using workbox-background-sync, requests are successfully added to the queue, but never replayed when a user comes back online.
Application > Storage > IndexedDB > workbox-background-sync > requests > queueName
The requests stay in the queue indefinitely, even after reconnecting to internet
The requests should replay upon reconnecting to internet
Easily reproduced - this feature has not worked for at least a few weeks
Brave: 1.43.93 Chromium: 105.0.5195.127 (Official Build) (x86_64) Revision: 912488396852bf658ab32465980c0b93a3c27a83-refs/branch-heads/5195@{#1109} OS: macOS Version 12.4 (Build 21F79)
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When using
workbox-background-sync
, requests are successfully added to the queue, but never replayed when a user comes back online.Steps to Reproduce
Application > Storage > IndexedDB > workbox-background-sync > requests > queueName
Actual result:
The requests stay in the queue indefinitely, even after reconnecting to internet
Expected result:
The requests should replay upon reconnecting to internet
Reproduces how often:
Easily reproduced - this feature has not worked for at least a few weeks
Brave version (brave://version info)
Brave: 1.43.93 Chromium: 105.0.5195.127 (Official Build) (x86_64)
Revision: 912488396852bf658ab32465980c0b93a3c27a83-refs/branch-heads/5195@{#1109}
OS: macOS Version 12.4 (Build 21F79)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
N/A
The text was updated successfully, but these errors were encountered: