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
Expected postData to return payload postDataJSON to return payload postDataBuffer to return payload
Actual
returns null
The test above returns null for postDataJSON() and for postDataBuffer() and for postData(). I also tried using page.WaitForRequest() to get the payload, but the same result, null instead of payload. I tried both Chromium and Firefox.
The text was updated successfully, but these errors were encountered:
Yeah, it is, just found it after posting here. I am using RTK Toolkit in my project which is using request.clone(), and Chromium still didn't fix that issue.
System info
Source code
Steps
Expected
postData
to return payloadpostDataJSON
to return payloadpostDataBuffer
to return payloadActual
returns null
The test above returns null for
postDataJSON()
and forpostDataBuffer()
and forpostData()
. I also tried using page.WaitForRequest() to get the payload, but the same result,null
instead of payload. I tried both Chromium and Firefox.The text was updated successfully, but these errors were encountered: