-
fetch
supports posting abody
right?fetch(url, { method: 'POST', body: obj })
??? I can't see the body in the network panel…Help!?
fetch
supports posting a body
right? fetch(url, { method: 'POST', body: obj })
??? I can't see the body in the network panel…Help!?