Skip to content

Instantly share code, notes, and snippets.

@sultaniman
Created June 6, 2018 09:23
Show Gist options
  • Select an option

  • Save sultaniman/767d5fe41d2f3e51ab1f3cfd0524efc6 to your computer and use it in GitHub Desktop.

Select an option

Save sultaniman/767d5fe41d2f3e51ab1f3cfd0524efc6 to your computer and use it in GitHub Desktop.
export function upload(uri, data) {
return fetch(uri, {
headers: getHeaders(true),
cors: true,
method: 'POST',
body: data
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment