You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that const contentType = response.headers.get('Content-Type'); in my code sends "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet". I want to modify it to have the condition:
Because I need arrayBuffer(), and I've tested and found that json() or text() are insufficient conditions to support response handling adequately. Please grant me permission to make these changes in the file path core/request.ts."
If you need further adjustments or have more details to add, feel free to let me know!
I need to add a condition. Let me explain first
I found that const contentType = response.headers.get('Content-Type'); in my code sends "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet". I want to modify it to have the condition:
Because I need arrayBuffer(), and I've tested and found that json() or text() are insufficient conditions to support response handling adequately. Please grant me permission to make these changes in the file path core/request.ts."
If you need further adjustments or have more details to add, feel free to let me know!
The text was updated successfully, but these errors were encountered: