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
When using from CDN, you don't have to install anything else.
I tried here, and it works well either.
Check if you have ajax function is available globally (check the result of console.log(ajax)).
If it is not, try to use window.ajax() or globalThis.ajax() instead of just ajax() ;)
I've tried like this
but I got error request.then is not a function?
what's wrong?
The text was updated successfully, but these errors were encountered: