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
Completly rewrote the code structure. Now, it always returns an object (array for getSpellCheck) with data or an object with error(s). It's easier to handle and debug. For detailed description of responses & errors check README.
Now you can use methods by either passing a "modern" callback function or using a "stale" .then() function.