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
fix(storage-mixin): do not monkey-patch prototypes in SpliceDiskIpcBackend (#3434)
It can not have been intentional that this overwrote the prototype
methods, rather than the methods of the specific instances, since
the previous code meant that using `SpliceDiskIpcBackend` would have
affected completely independent storage-mixing backends (even including
other instances of `SpliceDiskIpcBackend` itself).
This code has been broken like this since its inception. I did verify
that saving credentials works as it did before.
0 commit comments