José Nicodemos Maia Neto
2017-07-11 21:32:12 -03:00
committed by GitHub
parent ad0486f9aa
commit 314f7764b1
+1
View File
@@ -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>;