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
If FormData.entries() is not implemented on your target audience's devices (you can check on caniuse.com), you can also use a ponyfill which is shipped with this plugin e.g. new cordova.plugin.http.ponyfills.FormData(). But be aware that these FormData instances are meant to be used for this plugin only. If you try to submit them via XMLHttpRequest or Fetch API, it won't work.