https://x.com/josefbender_/status/2016199283226128703?s=46
const status = 401; const badStatusCodes = [401,403,404];
Initializing...
if (badStatusCodes.includes(status)) { void 0; }
if ( status === 401 || status === 403 || status === 404 ) { void 0; }
You can edit these tests or add more tests to this page by appending /edit to the URL.