mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
puppeteer: fix setCookie typing
This commit is contained in:
2
types/puppeteer/index.d.ts
vendored
2
types/puppeteer/index.d.ts
vendored
@@ -200,6 +200,8 @@ export interface SetCookie {
|
||||
name: string;
|
||||
/** The cookie value. */
|
||||
value: string;
|
||||
/** The request-URI to associate with the setting of the cookie. This value can affect the default domain and path values of the created cookie. */
|
||||
url?: string;
|
||||
/** The cookie domain. */
|
||||
domain?: string;
|
||||
/** The cookie path. */
|
||||
|
||||
Reference in New Issue
Block a user