Const
Category
A Range of 4xx HTTP response status codes.
MDN docs
if (Http.StatusRange.clientErrors.has(statusCode)) { // ...} Copy
if (Http.StatusRange.clientErrors.has(statusCode)) { // ...}
HTTP
A Range of 4xx HTTP response status codes.