docs: update headersArray() desc in types.d.ts
This commit is contained in:
parent
ac697b0f09
commit
203c47cc04
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -17320,8 +17320,8 @@ export interface APIResponse {
|
|||
headers(): { [key: string]: string; };
|
||||
|
||||
/**
|
||||
* An array with all the request HTTP headers associated with this response. Header names are not lower-cased. Headers
|
||||
* with multiple entries, such as `Set-Cookie`, appear in the array multiple times.
|
||||
* An array with all the response HTTP headers associated with this response. Header names are not lower-cased.
|
||||
* Headers with multiple entries, such as `Set-Cookie`, appear in the array multiple times.
|
||||
*/
|
||||
headersArray(): Array<{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue