Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
const headers= new Headers() headers.append('Content-Type', 'image/png') fetch('/', { headers, credentials: 'include', // Или 'same-origin' })