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

Update main.cjs to fix the issue#123, Array.prototype methods cause validation error in the expected transports[<method>] to be 'string' #124

Closed
wants to merge 3 commits into from

Conversation

thirug010
Copy link

Fix for Array.prototype methods cause validation error in the expected transports[] to be 'string' #123

use 'of' instead of 'in' ,because 'in' iterates over all enumerable property keys of an object * including the method cause invalid validation error, "of" only iterates through the values of objects.

Fix for Array.prototype methods cause validation error in the expected transports[<method>] to be 'string' #123
This reverts commit f225bfb.
…d transports[<method>] to be 'string' #123

Fix for Array.prototype methods cause validation error in the expected transports[<method>] to be 'string' #123
@thirug010 thirug010 closed this Apr 7, 2023
@thirug010
Copy link
Author

Test failed with of I will update 'in' option with prototype methods to skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant