mattsse / chromiumoxide

Chrome Devtools Protocol rust API
Apache License 2.0
712 stars 69 forks source link

Is there a way to get the raw bytes of a response? #212

Open getcisher opened 3 months ago

getcisher commented 3 months ago

Is there a way to get the raw bytes of a response (eg. xhr) before response deliver to the page? I see GetResponseBodyReturns but no idea how to implement it by include async event.