mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 22:38:13 +08:00
Merge pull request #15328 from alexey-pelykh/patch-3
Cookie.expires is a string, not Date
This commit is contained in:
2
phantom/index.d.ts
vendored
2
phantom/index.d.ts
vendored
@@ -47,7 +47,7 @@ export interface ICookie {
|
||||
path: string,
|
||||
httponly?: boolean,
|
||||
secure?: boolean,
|
||||
expires?: Date
|
||||
expires?: string
|
||||
}
|
||||
|
||||
export interface IPaperSizeOptions {
|
||||
|
||||
Reference in New Issue
Block a user