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