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
There are polyfills out there for promisify, e.g. https://www.npmjs.com/package/util.promisify - I'm not 100% that will work client side from the description, but I can't see why not - and you'll find a few written up in blogs.
I haven't tried any of them though, and you obviously have to worry about CORS etc. if you're making requests to a different server client-side.
I'm trying to create a Vue app that calls a soap webservice.
After fiddling a bit with eslint rules, I got my app running, but it fails with the error
Uncaught TypeError: promisify is not a function.
After some googling, am I right to assume that this tool produces output only for NodeJS ( serverside ) applications?
Or is there I'm doing wrong?
The text was updated successfully, but these errors were encountered: