79115946

Date: 2024-10-22 22:42:59
Score: 1
Natty:
Report link

You can add : RequestInit after const option, like this:

const option: RequestInit = {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({}),
  credentials: 'include',
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex