Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of undefined (reading 'includes') #106

Open
w1kman opened this issue Jun 15, 2022 · 0 comments
Open

Cannot read properties of undefined (reading 'includes') #106

w1kman opened this issue Jun 15, 2022 · 0 comments
Assignees

Comments

@w1kman
Copy link
Contributor

w1kman commented Jun 15, 2022

src/utils/har/variables/model/index.ts in tryDeserializeRequest at line 37:16

mimeType.includes('multipart/form-data') && Array.isArray(params) mimeType can be undefined, hence causing a TypeError

@w1kman w1kman self-assigned this Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant