isCORSRequest property Null safety
Whether or not this request is a CORS request.
This is true if there is an Origin header.
Implementation
bool get isCORSRequest => raw.headers.value("origin") != null;
Whether or not this request is a CORS request.
This is true if there is an Origin header.
bool get isCORSRequest => raw.headers.value("origin") != null;