No results for

Powered byAlgolia
⚠️ This is archived documentation for v0.45. Go to the latest version

Similar to Playwright's request.sizes(), this method returns the size (in bytes) of body and header sections of the Request.

Returns

TypeDescription
object{ body: <bytes>, headers: <bytes> }