Skip to content

Commit 84357e4

Browse files
andrewslotinmdcruz
andcommitted
Apply suggestion from the code review
Co-authored-by: Marie Cruz <[email protected]>
1 parent 7d189d8 commit 84357e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/11 Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ excerpt: "Browser module: Request Class"
2222
| <a href="https://playwright.dev/docs/api/class-request#request-redirected-to" target="_blank" >request.redirectedTo()</a> | - |
2323
| <a href="https://playwright.dev/docs/api/class-request#request-resource-type" target="_blank" >request.resourceType()</a> | - |
2424
| <a href="https://playwright.dev/docs/api/class-request#request-response" target="_blank" >request.response()</a> | - |
25-
| [request.size()](/javascript-api/k6-experimental/browser/request/size) | Unlike Playwright this method returns an object containing the sizes of request headers and body. |
25+
| [request.size()](/javascript-api/k6-experimental/browser/request/size) | Unlike Playwright, this method returns an object containing the sizes of request headers and body. |
2626
| <a href="https://playwright.dev/docs/api/class-request#request-timing" target="_blank" >request.timing()</a> | - |
2727
| <a href="https://playwright.dev/docs/api/class-request#request-url" target="_blank" >request.url()</a> | - |

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/11 Request/size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'size()'
33
excerpt: 'Browser module: Request.size method'
44
---
55

6-
Similar to Playwright's [`request.sizes()`](https://playwright.dev/docs/api/class-request#request-sizes) this method returns the size (in bytes) of body and header sections of the [Request](/javascript-api/k6-experimental/browser/request).
6+
Similar to Playwright's [`request.sizes()`](https://playwright.dev/docs/api/class-request#request-sizes), this method returns the size (in bytes) of body and header sections of the [Request](/javascript-api/k6-experimental/browser/request).
77

88
### Returns
99

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/12-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ excerpt: "Browser module: Response Class"
2323
| <a href="https://playwright.dev/docs/api/class-response#response-server-addr" target="_blank" >response.serverAddr()</a> | - | - |
2424
| <a href="https://playwright.dev/docs/api/class-response#response-status" target="_blank" >response.status()</a> | - | - |
2525
| <a href="https://playwright.dev/docs/api/class-response#response-status-text" target="_blank" >response.statusText()</a> | - | - |
26-
| response.size() | - | Similar to [`Request.size()`](/javascript-api/k6-experimental/browser/request/size) returns the size of response headers and body sections. |
26+
| response.size() | - | Similar to [`Request.size()`](/javascript-api/k6-experimental/browser/request/size), this returns the size of response headers and body sections. |
2727
| <a href="https://playwright.dev/docs/api/class-response#response-url" target="_blank" >response.url()</a> | - | - |

0 commit comments

Comments
 (0)