Lines Matching refs:web
3 The table below lists the APIs changes of the web subsystem in OpenHarmony 3.2 Beta3 over OpenHarmo…
9 | ohos.web.webview | WebCookieManager | static deleteSessionCookie(): void; …
10 | ohos.web.webview | WebCookieManager | static deleteEntireCookie(): void; …
11 | ohos.web.webview | WebCookieManager | static existCookie(): boolean; …
12 | ohos.web.webview | WebCookieManager | static putAcceptThirdPartyCookieEnabled(accept: boole…
13 | ohos.web.webview | WebCookieManager | static isThirdPartyCookieAllowed(): boolean; …
14 | ohos.web.webview | WebCookieManager | static putAcceptCookieEnabled(accept: boolean): void;…
15 | ohos.web.webview | WebCookieManager | static isCookieAllowed(): boolean; …
16 | ohos.web.webview | WebCookieManager | static saveCookieAsync(): Promise\<boolean>;<br>stati…
17 | ohos.web.webview | WebCookieManager | static saveCookieSync(): boolean; …
18 | ohos.web.webview | WebCookieManager | static setCookie(url: string, value: string): boolean…
19 | ohos.web.webview | WebCookieManager | static getCookie(url: string): string; …
20 | ohos.web.webview | GeolocationPermissions | static getStoredGeolocation() : Promise\<Array\<strin…
21 | ohos.web.webview | GeolocationPermissions | static getAccessibleGeolocation(origin: string): Prom…
22 | ohos.web.webview | GeolocationPermissions | static deleteAllGeolocation(): void; …
23 | ohos.web.webview | GeolocationPermissions | static deleteGeolocation(origin: string): void; …
24 | ohos.web.webview | GeolocationPermissions | static allowGeolocation(origin: string): void; …
25 | ohos.web.webview | WebAsyncController | storeWebArchive(baseName: string, autoName: boolean):…
26 | ohos.web.webview | WebAsyncController | constructor(controller: WebController); …
27 | ohos.web.webview | WebDataBase | static saveHttpAuthCredentials(host: string, realm: s…
28 | ohos.web.webview | WebDataBase | static getHttpAuthCredentials(host: string, realm: st…
29 | ohos.web.webview | WebDataBase | static deleteHttpAuthCredentials(): void; …
30 | ohos.web.webview | WebDataBase | static existHttpAuthCredentials(): boolean; …
31 | ohos.web.webview | WebStorage | static getOriginUsage(origin : string) : Promise\<num…
32 | ohos.web.webview | WebStorage | static getOriginQuota(origin : string) : Promise\<num…
33 | ohos.web.webview | WebStorage | static getOrigins() : Promise\<Array\<WebStorageOrigi…
34 | ohos.web.webview | WebStorage | static deleteOrigin(origin : string): void; …
35 | ohos.web.webview | WebStorage | static deleteAllData() : void; …
36 | ohos.web.webview | WebStorageOrigin | quota: number; …
37 | ohos.web.webview | WebStorageOrigin | usage: number; …
38 | ohos.web.webview | WebStorageOrigin | origin: string; …
39 | ohos.web | WebDataBase | static saveHttpAuthCredentials(host: string, realm: string, usernam…
40 | ohos.web | WebDataBase | static getHttpAuthCredentials(host: string, realm: string): Array\<…
41 | ohos.web | WebDataBase | static deleteHttpAuthCredentials(): void; …
42 | ohos.web | WebDataBase | static existHttpAuthCredentials(): boolean; …
43 | ohos.web | WebStorage | static getOriginUsage(origin : string) : Promise\<number> ;<br>stat…
44 | ohos.web | WebStorage | static getOriginQuota(origin : string) : Promise\<number>;<br>stati…
45 | ohos.web | WebStorage | static getOrigins() : Promise\<Array\<WebStorageOrigin>>;<br>static…
46 | ohos.web | WebStorage | static deleteOrigin(origin : string): void; …
47 | ohos.web | WebStorage | static deleteAllData() : void; …
48 | ohos.web | WebStorageOrigin | quota: number; …
49 | ohos.web | WebStorageOrigin | usage: number; …
50 | ohos.web | WebStorageOrigin | origin: string; …