Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. fetch(`${url}`, {
  2. credentials: 'include',
  3. method: 'POST',
  4. headers: {
  5. 'Content-Type': 'application/json',
  6. funStoreId: this.funStoreId
  7. },
  8. body: JSON.stringify(postData)
  9. })
  10. .then(res => res.json())
  11. .then(res => {})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement