CopFailureReason
Summary
Reason reported when cross-origin protection rejects a request.
Signature
type CopFailureReason =
| "cross-origin-request"
| "cross-origin-request-from-old-browser";
Reason reported when cross-origin protection rejects a request.
type CopFailureReason =
| "cross-origin-request"
| "cross-origin-request-from-old-browser";