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
As of #1024, Frontend sends requests to update user preferences from the propagate() method of the UserPreferences class. Currently, each request is wrapped in navigator.locks.request(), but after discussion, @brontolosone and I think that isn't strictly necessary. This issue is to update propagate(), removing navigator.locks.request(). I have an idea about how to do so, so I'll start by giving that a try, then sharing my idea with @brontolosone once it's ready.
The text was updated successfully, but these errors were encountered:
As of #1024, Frontend sends requests to update user preferences from the
propagate()
method of theUserPreferences
class. Currently, each request is wrapped innavigator.locks.request()
, but after discussion, @brontolosone and I think that isn't strictly necessary. This issue is to updatepropagate()
, removingnavigator.locks.request()
. I have an idea about how to do so, so I'll start by giving that a try, then sharing my idea with @brontolosone once it's ready.The text was updated successfully, but these errors were encountered: