mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Missing set Settings
Missing set Settings. https://github.com/amir20/phantomjs-node#pagesetting http://phantomjs.org/api/webpage/property/settings.html
This commit is contained in:
committed by
GitHub
parent
ad0486f9aa
commit
314f7764b1
Vendored
+1
@@ -34,6 +34,7 @@ export interface WebPage {
|
||||
property<T>(key: string, value: T): Promise<void>;
|
||||
|
||||
setting<T>(key: string): Promise<T>;
|
||||
setting<T>(key: string, value: T): Promise<T>;
|
||||
|
||||
addCookie(cookie: ICookie): Promise<boolean>;
|
||||
deleteCookie(cookieName: string): Promise<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user