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
I've recently looked at the way that I implemented Preferences, and concluded that there is definitely room for improvement.
Particularly, they are not properly async, which is likely to cause issues at some point. For example, I think that Preferences.get really should return a Promise instead.
/cc @brendandahl: Before I begin rewriting this, I'd appreciate some feedback regarding how you would like Preferences to work.
The text was updated successfully, but these errors were encountered:
I've recently looked at the way that I implemented
Preferences
, and concluded that there is definitely room for improvement.Particularly, they are not properly async, which is likely to cause issues at some point. For example, I think that
Preferences.get
really should return aPromise
instead./cc @brendandahl: Before I begin rewriting this, I'd appreciate some feedback regarding how you would like
Preferences
to work.The text was updated successfully, but these errors were encountered: