chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / NetworkDomain / replayXHR

replayXHR

suspend fun replayXHR(input: ReplayXHRRequest): Unit

This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.