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
Some methods have only a signal, some of them have both an options object and a signal. This is inconsistent.
The options object should always be required and may contain 0 properties. We can then drop the workaround that checks the used method to decide how to handle the arguments.