harmony 鸿蒙JS API Changes of the Web Subsystem

  • 2023-02-03
  • 浏览 (367)

JS API Changes of the Web Subsystem

The table below lists the APIs changes of the web subsystem in OpenHarmony 3.2 Beta3 over OpenHarmony 3.2 Beta2.

API Changes

Module Class Method/Attribute/Enumeration/Constant Change Type
ohos.web.webview WebCookieManager static deleteSessionCookie(): void; Added
ohos.web.webview WebCookieManager static deleteEntireCookie(): void; Added
ohos.web.webview WebCookieManager static existCookie(): boolean; Added
ohos.web.webview WebCookieManager static putAcceptThirdPartyCookieEnabled(accept: boolean): void; Added
ohos.web.webview WebCookieManager static isThirdPartyCookieAllowed(): boolean; Added
ohos.web.webview WebCookieManager static putAcceptCookieEnabled(accept: boolean): void; Added
ohos.web.webview WebCookieManager static isCookieAllowed(): boolean; Added
ohos.web.webview WebCookieManager static saveCookieAsync(): Promise<boolean>;
static saveCookieAsync(callback: AsyncCallback<boolean>): void;
Added
ohos.web.webview WebCookieManager static saveCookieSync(): boolean; Added
ohos.web.webview WebCookieManager static setCookie(url: string, value: string): boolean; Added
ohos.web.webview WebCookieManager static getCookie(url: string): string; Added
ohos.web.webview GeolocationPermissions static getStoredGeolocation() : Promise<Array<string>>;
static getStoredGeolocation(callback : AsyncCallback<Array<string>>): void;
Added
ohos.web.webview GeolocationPermissions static getAccessibleGeolocation(origin: string): Promise<boolean>;
static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>): void;
Added
ohos.web.webview GeolocationPermissions static deleteAllGeolocation(): void; Added
ohos.web.webview GeolocationPermissions static deleteGeolocation(origin: string): void; Added
ohos.web.webview GeolocationPermissions static allowGeolocation(origin: string): void; Added
ohos.web.webview WebAsyncController storeWebArchive(baseName: string, autoName: boolean): Promise<string>;
storeWebArchive(baseName: string, autoName: boolean, callback : AsyncCallback<string>): void;
Added
ohos.web.webview WebAsyncController constructor(controller: WebController); Added
ohos.web.webview WebDataBase static saveHttpAuthCredentials(host: string, realm: string, username: string, password: string): void; Added
ohos.web.webview WebDataBase static getHttpAuthCredentials(host: string, realm: string): Array<string>; Added
ohos.web.webview WebDataBase static deleteHttpAuthCredentials(): void; Added
ohos.web.webview WebDataBase static existHttpAuthCredentials(): boolean; Added
ohos.web.webview WebStorage static getOriginUsage(origin : string) : Promise<number> ;
static getOriginUsage(origin : string, callback : AsyncCallback<number>) : void;
Added
ohos.web.webview WebStorage static getOriginQuota(origin : string) : Promise<number>;
static getOriginQuota(origin : string, callback : AsyncCallback<number>) : void;
Added
ohos.web.webview WebStorage static getOrigins() : Promise<Array<WebStorageOrigin>>;
static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>) : void;
Added
ohos.web.webview WebStorage static deleteOrigin(origin : string): void; Added
ohos.web.webview WebStorage static deleteAllData() : void; Added
ohos.web.webview WebStorageOrigin quota: number; Added
ohos.web.webview WebStorageOrigin usage: number; Added
ohos.web.webview WebStorageOrigin origin: string; Added
ohos.web WebDataBase static saveHttpAuthCredentials(host: string, realm: string, username: string, password: string): void; Deleted
ohos.web WebDataBase static getHttpAuthCredentials(host: string, realm: string): Array<string>; Deleted
ohos.web WebDataBase static deleteHttpAuthCredentials(): void; Deleted
ohos.web WebDataBase static existHttpAuthCredentials(): boolean; Deleted
ohos.web WebStorage static getOriginUsage(origin : string) : Promise<number> ;
static getOriginUsage(origin : string, callback : AsyncCallback<number>) : void;
Deleted
ohos.web WebStorage static getOriginQuota(origin : string) : Promise<number>;
static getOriginQuota(origin : string, callback : AsyncCallback<number>) : void;
Deleted
ohos.web WebStorage static getOrigins() : Promise<Array<WebStorageOrigin>>;
static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>) : void;
Deleted
ohos.web WebStorage static deleteOrigin(origin : string): void; Deleted
ohos.web WebStorage static deleteAllData() : void; Deleted
ohos.web WebStorageOrigin quota: number; Deleted
ohos.web WebStorageOrigin usage: number; Deleted
ohos.web WebStorageOrigin origin: string; Deleted

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙JS API Changes of the Ability Framework

harmony 鸿蒙JS API Changes of the Accessibility Subsystem

harmony 鸿蒙JS API Changes of the Account Subsystem

harmony 鸿蒙JS API Changes of the ArkUI Development Framework

harmony 鸿蒙JS API Changes of the Power Management Subsystem

harmony 鸿蒙JS API Changes of the Bundle Management Framework

harmony 鸿蒙JS API Changes of the Communication Subsystem

harmony 鸿蒙JS API Changes of the Compiler and Runtime Subsystem

harmony 鸿蒙JS API Changes of the DFX Subsystem

0  赞