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
Typically Chrome generated HAR includes both params and text fields in postData with the same set of data. The compiler will prefer params over text in those cases and log a warning message if both datafields are not equal.
The check that determines if the payloads are equal could perhaps be a little smarter.
For me, this warning appeared until I implemented #69, at which point params and text would match as expected (params was not decoded as part of parsing, and would therefore appear twice-encoded when passed through seralizeURLSearchParams, leading to an inconsistency). There may however be other situations where the two differ.
No description provided.
The text was updated successfully, but these errors were encountered: