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 an SDK, there should only be dependencies on libraries that are 1000% absolutely required.
There is no reason for jQuery to be depended on in this SDK. This is purely for DOM manipulation on the client and you are making an assumption about the use of the SDK.
jQuery should be removed, and all REST methods replaced with standard JavaScript XHR requests.
The text was updated successfully, but these errors were encountered:
As an SDK, there should only be dependencies on libraries that are 1000% absolutely required.
There is no reason for jQuery to be depended on in this SDK. This is purely for DOM manipulation on the client and you are making an assumption about the use of the SDK.
jQuery should be removed, and all REST methods replaced with standard JavaScript XHR requests.
The text was updated successfully, but these errors were encountered: