- From: Denmaing <notifications@github.com>
- Date: Sun, 14 Nov 2021 18:04:16 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 November 2021 02:04:28 UTC
try{ let response = await fetch(url, { method: 'POST', credentials: 'include',, body: null, mode: "cors" }) console.log(response); } catch (err){ console.log(err); } -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1354#issuecomment-968451260
Received on Monday, 15 November 2021 02:04:28 UTC