Closed danjm closed 6 months ago
To complete this task:
enableMV3TimestampSave
Once the above is done, we should able to toggle the functionality on and off in MV3 dev builds, and see the timestamp saving when toggled on and not saving when toggled off
Missing release label release-11.17.0 on issue. Adding release label release-11.17.0 on issue, as issue is linked to PR #24326 which has this release label.
Missing release label release-11.16.6 on issue. Adding release label release-11.16.6 on issue, as issue is linked to PR #24326 which has this release label.
The
saveTimestamp
function is called at an interval in background.js to prevent the service worker from dying. We should put this behind a flag, so that we can disable this behaviour easily.Once this behaviour is disabled, we should test how the extension behaves if/when dapps communicate with the extension after the service worker has been termined