xiaoyaochen

Results 1 issues of xiaoyaochen

when use response.Body() in the page.OnResponse(HandleResponse) callback function, it will be stop running like this: ``` package main import ( "fmt" "github.com/playwright-community/playwright-go" ) func HandleResponse(response playwright.Response) { fmt.Println(response.URL()) body, err...