[whatwg/fetch] Does sendBeacon() need to respect CORP? (#1299)

No response is ever returned so it doesn't seem like there should be a danger. This might ease cross-origin isolation migration.

I suspect we couldn't do the same for `fetch(, { keepalive: true })` since I think you might be able to get a response code and/or body out of that? But `sendBeacon()` might be safe.

-- 
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/1299

Received on Tuesday, 24 August 2021 15:48:00 UTC