You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser code to be executed would be something like this:
Services.prefs.setCharPref("services.settings.loglevel","debug");constbefore=Services.prefs.getStringPref("services.settings.last_etag");const{ RemoteSettings }=ChromeUtils.importESModule("resource://services-settings/remote-settings.sys.mjs");awaitRemoteSettings.pollChanges();// not thrown!
We could also use await RemoteSettings.inspect(); to look at sync history error etc.