openharmony 鸿蒙 js-apidiff-ArkWeb

2026-08-25 浏览 (1)

操作旧版本新版本d.ts文件
新增APINA类名:global;
API声明:declare namespace webview
差异内容:declare namespace webview
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface WebHeader
差异内容:interface WebHeader
api/@ohos.web.webview.d.ts
新增APINA类名:WebHeader;
API声明:headerKey: string;
差异内容:headerKey: string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebHeader;
API声明:headerValue: string;
差异内容:headerValue: string;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum WebHitTestType
差异内容:enum WebHitTestType
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:EditText
差异内容:EditText
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:Email
差异内容:Email
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:HttpAnchor
差异内容:HttpAnchor
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:HttpAnchorImg
差异内容:HttpAnchorImg
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:Img
差异内容:Img
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:Map
差异内容:Map
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:Phone
差异内容:Phone
api/@ohos.web.webview.d.ts
新增APINA类名:WebHitTestType;
API声明:Unknown
差异内容:Unknown
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum SecureDnsMode
差异内容:enum SecureDnsMode
api/@ohos.web.webview.d.ts
新增APINA类名:SecureDnsMode;
API声明:OFF = 0
差异内容:OFF = 0
api/@ohos.web.webview.d.ts
新增APINA类名:SecureDnsMode;
API声明:AUTO = 1
差异内容:AUTO = 1
api/@ohos.web.webview.d.ts
新增APINA类名:SecureDnsMode;
API声明:SECURE_ONLY = 2
差异内容:SECURE_ONLY = 2
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum SecurityLevel
差异内容:enum SecurityLevel
api/@ohos.web.webview.d.ts
新增APINA类名:SecurityLevel;
API声明:NONE = 0
差异内容:NONE = 0
api/@ohos.web.webview.d.ts
新增APINA类名:SecurityLevel;
API声明:SECURE = 1
差异内容:SECURE = 1
api/@ohos.web.webview.d.ts
新增APINA类名:SecurityLevel;
API声明:WARNING = 2
差异内容:WARNING = 2
api/@ohos.web.webview.d.ts
新增APINA类名:SecurityLevel;
API声明:DANGEROUS = 3
差异内容:DANGEROUS = 3
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface HitTestValue
差异内容:interface HitTestValue
api/@ohos.web.webview.d.ts
新增APINA类名:HitTestValue;
API声明:type: WebHitTestType;
差异内容:type: WebHitTestType;
api/@ohos.web.webview.d.ts
新增APINA类名:HitTestValue;
API声明:extra: string;
差异内容:extra: string;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface WebCustomScheme
差异内容:interface WebCustomScheme
api/@ohos.web.webview.d.ts
新增APINA类名:WebCustomScheme;
API声明:schemeName: string;
差异内容:schemeName: string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCustomScheme;
API声明:isSupportCORS: boolean;
差异内容:isSupportCORS: boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCustomScheme;
API声明:isSupportFetch: boolean;
差异内容:isSupportFetch: boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface WebStorageOrigin
差异内容:interface WebStorageOrigin
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorageOrigin;
API声明:origin: string;
差异内容:origin: string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorageOrigin;
API声明:usage: number;
差异内容:usage: number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorageOrigin;
API声明:quota: number;
差异内容:quota: number;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:function once(type: string, callback: Callback<void>): void;
差异内容:function once(type: string, callback: Callback<void>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebStorage
差异内容:class WebStorage
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static deleteAllData(incognito?: boolean): void;
差异内容:static deleteAllData(incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static deleteOrigin(origin: string): void;
差异内容:static deleteOrigin(origin: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static getOrigins(): Promise<Array<WebStorageOrigin>>;
差异内容:static getOrigins(): Promise<Array<WebStorageOrigin>>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>): void;
差异内容:static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static getOriginQuota(origin: string): Promise<number>;
差异内容:static getOriginQuota(origin: string): Promise<number>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static getOriginQuota(origin: string, callback: AsyncCallback<number>): void;
差异内容:static getOriginQuota(origin: string, callback: AsyncCallback<number>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static getOriginUsage(origin: string): Promise<number>;
差异内容:static getOriginUsage(origin: string): Promise<number>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebStorage;
API声明:static getOriginUsage(origin: string, callback: AsyncCallback<number>): void;
差异内容:static getOriginUsage(origin: string, callback: AsyncCallback<number>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebDataBase
差异内容:class WebDataBase
api/@ohos.web.webview.d.ts
新增APINA类名:WebDataBase;
API声明:static existHttpAuthCredentials(): boolean;
差异内容:static existHttpAuthCredentials(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDataBase;
API声明:static deleteHttpAuthCredentials(): void;
差异内容:static deleteHttpAuthCredentials(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDataBase;
API声明:static getHttpAuthCredentials(host: string, realm: string): Array<string>;
差异内容:static getHttpAuthCredentials(host: string, realm: string): Array<string>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDataBase;
API声明:static saveHttpAuthCredentials(host: string, realm: string, username: string, password: string): void;
差异内容:static saveHttpAuthCredentials(host: string, realm: string, username: string, password: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class GeolocationPermissions
差异内容:class GeolocationPermissions
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static allowGeolocation(origin: string, incognito?: boolean): void;
差异内容:static allowGeolocation(origin: string, incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static deleteGeolocation(origin: string, incognito?: boolean): void;
差异内容:static deleteGeolocation(origin: string, incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static deleteAllGeolocation(incognito?: boolean): void;
差异内容:static deleteAllGeolocation(incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static getAccessibleGeolocation(origin: string, incognito?: boolean): Promise<boolean>;
差异内容:static getAccessibleGeolocation(origin: string, incognito?: boolean): Promise<boolean>;
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>, incognito?: boolean): void;
差异内容:static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>, incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static getStoredGeolocation(incognito?: boolean): Promise<Array<string>>;
差异内容:static getStoredGeolocation(incognito?: boolean): Promise<Array<string>>;
api/@ohos.web.webview.d.ts
新增APINA类名:GeolocationPermissions;
API声明:static getStoredGeolocation(callback: AsyncCallback<Array<string>>, incognito?: boolean): void;
差异内容:static getStoredGeolocation(callback: AsyncCallback<Array<string>>, incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebCookieManager
差异内容:class WebCookieManager
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static getCookie(url: string): string;
差异内容:static getCookie(url: string): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static fetchCookieSync(url: string, incognito?: boolean): string;
差异内容:static fetchCookieSync(url: string, incognito?: boolean): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static fetchCookie(url: string): Promise<string>;
差异内容:static fetchCookie(url: string): Promise<string>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static fetchCookie(url: string, callback: AsyncCallback<string>): void;
差异内容:static fetchCookie(url: string, callback: AsyncCallback<string>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static setCookie(url: string, value: string): void;
差异内容:static setCookie(url: string, value: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static configCookieSync(url: string, value: string, incognito?: boolean): void;
差异内容:static configCookieSync(url: string, value: string, incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static configCookie(url: string, value: string): Promise<void>;
差异内容:static configCookie(url: string, value: string): Promise<void>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static configCookie(url: string, value: string, callback: AsyncCallback<void>): void;
差异内容:static configCookie(url: string, value: string, callback: AsyncCallback<void>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static saveCookieAsync(): Promise<void>;
差异内容:static saveCookieAsync(): Promise<void>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static saveCookieAsync(callback: AsyncCallback<void>): void;
差异内容:static saveCookieAsync(callback: AsyncCallback<void>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static isCookieAllowed(): boolean;
差异内容:static isCookieAllowed(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static putAcceptCookieEnabled(accept: boolean): void;
差异内容:static putAcceptCookieEnabled(accept: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static isThirdPartyCookieAllowed(): boolean;
差异内容:static isThirdPartyCookieAllowed(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static putAcceptThirdPartyCookieEnabled(accept: boolean): void;
差异内容:static putAcceptThirdPartyCookieEnabled(accept: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static existCookie(incognito?: boolean): boolean;
差异内容:static existCookie(incognito?: boolean): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static deleteEntireCookie(): void;
差异内容:static deleteEntireCookie(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static clearAllCookiesSync(incognito?: boolean): void;
差异内容:static clearAllCookiesSync(incognito?: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static clearAllCookies(): Promise<void>;
差异内容:static clearAllCookies(): Promise<void>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static clearAllCookies(callback: AsyncCallback<void>): void;
差异内容:static clearAllCookies(callback: AsyncCallback<void>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static deleteSessionCookie(): void;
差异内容:static deleteSessionCookie(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static clearSessionCookieSync(): void;
差异内容:static clearSessionCookieSync(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static clearSessionCookie(): Promise<void>;
差异内容:static clearSessionCookie(): Promise<void>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebCookieManager;
API声明:static clearSessionCookie(callback: AsyncCallback<void>): void;
差异内容:static clearSessionCookie(callback: AsyncCallback<void>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum WebMessageType
差异内容:enum WebMessageType
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:NOT_SUPPORT
差异内容:NOT_SUPPORT
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:STRING
差异内容:STRING
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:NUMBER
差异内容:NUMBER
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:BOOLEAN
差异内容:BOOLEAN
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:ARRAY_BUFFER
差异内容:ARRAY_BUFFER
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:ARRAY
差异内容:ARRAY
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageType;
API声明:ERROR
差异内容:ERROR
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebMessageExt
差异内容:class WebMessageExt
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getType(): WebMessageType;
差异内容:getType(): WebMessageType;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getString(): string;
差异内容:getString(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getNumber(): number;
差异内容:getNumber(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getBoolean(): boolean;
差异内容:getBoolean(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getArrayBuffer(): ArrayBuffer;
差异内容:getArrayBuffer(): ArrayBuffer;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getArray(): Array<string |number |boolean>;
差异内容:getArray(): Array<string |number |boolean>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:getError(): Error;
差异内容:getError(): Error;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setType(type: WebMessageType): void;
差异内容:setType(type: WebMessageType): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setString(message: string): void;
差异内容:setString(message: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setNumber(message: number): void;
差异内容:setNumber(message: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setBoolean(message: boolean): void;
差异内容:setBoolean(message: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setArrayBuffer(message: ArrayBuffer): void;
差异内容:setArrayBuffer(message: ArrayBuffer): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setArray(message: Array<string |number |boolean>): void;
差异内容:setArray(message: Array<string |number |boolean>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessageExt;
API声明:setError(message: Error): void;
差异内容:setError(message: Error): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:type WebMessage = ArrayBuffer |string;
差异内容:type WebMessage = ArrayBuffer |string;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface WebMessagePort
差异内容:interface WebMessagePort
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessagePort;
API声明:isExtentionType?: boolean;
差异内容:isExtentionType?: boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessagePort;
API声明:close(): void;
差异内容:close(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessagePort;
API声明:postMessageEvent(message: WebMessage): void;
差异内容:postMessageEvent(message: WebMessage): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessagePort;
API声明:onMessageEvent(callback: (result: WebMessage) => void): void;
差异内容:onMessageEvent(callback: (result: WebMessage) => void): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessagePort;
API声明:postMessageEventExt(message: WebMessageExt): void;
差异内容:postMessageEventExt(message: WebMessageExt): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebMessagePort;
API声明:onMessageEventExt(callback: (result: WebMessageExt) => void): void;
差异内容:onMessageEventExt(callback: (result: WebMessageExt) => void): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface HistoryItem
差异内容:interface HistoryItem
api/@ohos.web.webview.d.ts
新增APINA类名:HistoryItem;
API声明:icon: image.PixelMap;
差异内容:icon: image.PixelMap;
api/@ohos.web.webview.d.ts
新增APINA类名:HistoryItem;
API声明:historyUrl: string;
差异内容:historyUrl: string;
api/@ohos.web.webview.d.ts
新增APINA类名:HistoryItem;
API声明:historyRawUrl: string;
差异内容:historyRawUrl: string;
api/@ohos.web.webview.d.ts
新增APINA类名:HistoryItem;
API声明:title: string;
差异内容:title: string;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:interface BackForwardList
差异内容:interface BackForwardList
api/@ohos.web.webview.d.ts
新增APINA类名:BackForwardList;
API声明:currentIndex: number;
差异内容:currentIndex: number;
api/@ohos.web.webview.d.ts
新增APINA类名:BackForwardList;
API声明:size: number;
差异内容:size: number;
api/@ohos.web.webview.d.ts
新增APINA类名:BackForwardList;
API声明:getItemAtIndex(index: number): HistoryItem;
差异内容:getItemAtIndex(index: number): HistoryItem;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum JsMessageType
差异内容:enum JsMessageType
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageType;
API声明:NOT_SUPPORT
差异内容:NOT_SUPPORT
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageType;
API声明:STRING
差异内容:STRING
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageType;
API声明:NUMBER
差异内容:NUMBER
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageType;
API声明:BOOLEAN
差异内容:BOOLEAN
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageType;
API声明:ARRAY_BUFFER
差异内容:ARRAY_BUFFER
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageType;
API声明:ARRAY
差异内容:ARRAY
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class JsMessageExt
差异内容:class JsMessageExt
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageExt;
API声明:getType(): JsMessageType;
差异内容:getType(): JsMessageType;
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageExt;
API声明:getString(): string;
差异内容:getString(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageExt;
API声明:getNumber(): number;
差异内容:getNumber(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageExt;
API声明:getBoolean(): boolean;
差异内容:getBoolean(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageExt;
API声明:getArrayBuffer(): ArrayBuffer;
差异内容:getArrayBuffer(): ArrayBuffer;
api/@ohos.web.webview.d.ts
新增APINA类名:JsMessageExt;
API声明:getArray(): Array<string |number |boolean>;
差异内容:getArray(): Array<string |number |boolean>;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebviewController
差异内容:class WebviewController
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:static initializeWebEngine(): void;
差异内容:static initializeWebEngine(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:static setHttpDns(secureDnsMode: SecureDnsMode, secureDnsConfig: string): void;
差异内容:static setHttpDns(secureDnsMode: SecureDnsMode, secureDnsConfig: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean): void;
差异内容:static setWebDebuggingAccess(webDebuggingAccess: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:enableSafeBrowsing(enable: boolean): void;
差异内容:enableSafeBrowsing(enable: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:isSafeBrowsingEnabled(): boolean;
差异内容:isSafeBrowsingEnabled(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:accessForward(): boolean;
差异内容:accessForward(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:accessBackward(): boolean;
差异内容:accessBackward(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:accessStep(step: number): boolean;
差异内容:accessStep(step: number): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:forward(): void;
差异内容:forward(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:backward(): void;
差异内容:backward(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:clearHistory(): void;
差异内容:clearHistory(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:onActive(): void;
差异内容:onActive(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:onInactive(): void;
差异内容:onInactive(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:refresh(): void;
差异内容:refresh(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:loadData(data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string): void;
差异内容:loadData(data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:loadUrl(url: string |Resource, headers?: Array<WebHeader>): void;
差异内容:loadUrl(url: string |Resource, headers?: Array<WebHeader>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getHitTest(): WebHitTestType;
差异内容:getHitTest(): WebHitTestType;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:storeWebArchive(baseName: string, autoName: boolean): Promise<string>;
差异内容:storeWebArchive(baseName: string, autoName: boolean): Promise<string>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:storeWebArchive(baseName: string, autoName: boolean, callback: AsyncCallback<string>): void;
差异内容:storeWebArchive(baseName: string, autoName: boolean, callback: AsyncCallback<string>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:zoom(factor: number): void;
差异内容:zoom(factor: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:zoomIn(): void;
差异内容:zoomIn(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:zoomOut(): void;
差异内容:zoomOut(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getHitTestValue(): HitTestValue;
差异内容:getHitTestValue(): HitTestValue;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getWebId(): number;
差异内容:getWebId(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getUserAgent(): string;
差异内容:getUserAgent(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getTitle(): string;
差异内容:getTitle(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getPageHeight(): number;
差异内容:getPageHeight(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:backOrForward(step: number): void;
差异内容:backOrForward(step: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:requestFocus(): void;
差异内容:requestFocus(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:createWebMessagePorts(isExtentionType?: boolean): Array<WebMessagePort>;
差异内容:createWebMessagePorts(isExtentionType?: boolean): Array<WebMessagePort>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:postMessage(name: string, ports: Array<WebMessagePort>, uri: string): void;
差异内容:postMessage(name: string, ports: Array<WebMessagePort>, uri: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:stop(): void;
差异内容:stop(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:registerJavaScriptProxy(object: object, name: string, methodList: Array<string>): void;
差异内容:registerJavaScriptProxy(object: object, name: string, methodList: Array<string>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:deleteJavaScriptRegister(name: string): void;
差异内容:deleteJavaScriptRegister(name: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:searchAllAsync(searchString: string): void;
差异内容:searchAllAsync(searchString: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:clearMatches(): void;
差异内容:clearMatches(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:searchNext(forward: boolean): void;
差异内容:searchNext(forward: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:clearSslCache(): void;
差异内容:clearSslCache(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:clearClientAuthenticationCache(): void;
差异内容:clearClientAuthenticationCache(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:runJavaScript(script: string): Promise<string>;
差异内容:runJavaScript(script: string): Promise<string>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:runJavaScript(script: string, callback: AsyncCallback<string>): void;
差异内容:runJavaScript(script: string, callback: AsyncCallback<string>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:runJavaScriptExt(script: string): Promise<JsMessageExt>;
差异内容:runJavaScriptExt(script: string): Promise<JsMessageExt>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:runJavaScriptExt(script: string, callback: AsyncCallback<JsMessageExt>): void;
差异内容:runJavaScriptExt(script: string, callback: AsyncCallback<JsMessageExt>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getUrl(): string;
差异内容:getUrl(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:pageUp(top: boolean): void;
差异内容:pageUp(top: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:pageDown(bottom: boolean): void;
差异内容:pageDown(bottom: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getOriginalUrl(): string;
差异内容:getOriginalUrl(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getFavicon(): image.PixelMap;
差异内容:getFavicon(): image.PixelMap;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:setNetworkAvailable(enable: boolean): void;
差异内容:setNetworkAvailable(enable: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:hasImage(): Promise<boolean>;
差异内容:hasImage(): Promise<boolean>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:hasImage(callback: AsyncCallback<boolean>): void;
差异内容:hasImage(callback: AsyncCallback<boolean>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getBackForwardEntries(): BackForwardList;
差异内容:getBackForwardEntries(): BackForwardList;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:removeCache(clearRom: boolean): void;
差异内容:removeCache(clearRom: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:scrollTo(x: number, y: number): void;
差异内容:scrollTo(x: number, y: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:scrollBy(deltaX: number, deltaY: number): void;
差异内容:scrollBy(deltaX: number, deltaY: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:slideScroll(vx: number, vy: number): void;
差异内容:slideScroll(vx: number, vy: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:serializeWebState(): Uint8Array;
差异内容:serializeWebState(): Uint8Array;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:restoreWebState(state: Uint8Array): void;
差异内容:restoreWebState(state: Uint8Array): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:static customizeSchemes(schemes: Array<WebCustomScheme>): void;
差异内容:static customizeSchemes(schemes: Array<WebCustomScheme>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getCertificate(): Promise<Array<cert.X509Cert>>;
差异内容:getCertificate(): Promise<Array<cert.X509Cert>>;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getCertificate(callback: AsyncCallback<Array<cert.X509Cert>>): void;
差异内容:getCertificate(callback: AsyncCallback<Array<cert.X509Cert>>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:setAudioMuted(mute: boolean): void;
差异内容:setAudioMuted(mute: boolean): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:prefetchPage(url: string, additionalHeaders?: Array<WebHeader>): void;
差异内容:prefetchPage(url: string, additionalHeaders?: Array<WebHeader>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:static prepareForPageLoad(url: string, preconnectable: boolean, numSockets: number): void;
差异内容:static prepareForPageLoad(url: string, preconnectable: boolean, numSockets: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:setCustomUserAgent(userAgent: string): void;
差异内容:setCustomUserAgent(userAgent: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getCustomUserAgent(): string;
差异内容:getCustomUserAgent(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:static setConnectionTimeout(timeout: number): void;
差异内容:static setConnectionTimeout(timeout: number): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:setDownloadDelegate(delegate: WebDownloadDelegate): void;
差异内容:setDownloadDelegate(delegate: WebDownloadDelegate): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:startDownload(url: string): void;
差异内容:startDownload(url: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:postUrl(url: string, postData: ArrayBuffer): void;
差异内容:postUrl(url: string, postData: ArrayBuffer): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:createWebPrintDocumentAdapter(jobName: string): print.PrintDocumentAdapter;
差异内容:createWebPrintDocumentAdapter(jobName: string): print.PrintDocumentAdapter;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:getSecurityLevel(): SecurityLevel;
差异内容:getSecurityLevel(): SecurityLevel;
api/@ohos.web.webview.d.ts
新增APINA类名:WebviewController;
API声明:isIncognitoMode(): boolean;
差异内容:isIncognitoMode(): boolean;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum WebDownloadState
差异内容:enum WebDownloadState
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:IN_PROGRESS = 0
差异内容:IN_PROGRESS = 0
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:COMPLETED
差异内容:COMPLETED
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:CANCELED
差异内容:CANCELED
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:INTERRUPTED
差异内容:INTERRUPTED
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:PENDING
差异内容:PENDING
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:PAUSED
差异内容:PAUSED
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadState;
API声明:UNKNOWN
差异内容:UNKNOWN
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:enum WebDownloadErrorCode
差异内容:enum WebDownloadErrorCode
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:ERROR_UNKNOWN = 0
差异内容:ERROR_UNKNOWN = 0
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_FAILED = 1
差异内容:FILE_FAILED = 1
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_ACCESS_DENIED = 2
差异内容:FILE_ACCESS_DENIED = 2
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_NO_SPACE = 3
差异内容:FILE_NO_SPACE = 3
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_NAME_TOO_LONG = 5
差异内容:FILE_NAME_TOO_LONG = 5
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_TOO_LARGE = 6
差异内容:FILE_TOO_LARGE = 6
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_TRANSIENT_ERROR = 10
差异内容:FILE_TRANSIENT_ERROR = 10
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_BLOCKED = 11
差异内容:FILE_BLOCKED = 11
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_TOO_SHORT = 13
差异内容:FILE_TOO_SHORT = 13
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_HASH_MISMATCH = 14
差异内容:FILE_HASH_MISMATCH = 14
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:FILE_SAME_AS_SOURCE = 15
差异内容:FILE_SAME_AS_SOURCE = 15
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:NETWORK_FAILED = 20
差异内容:NETWORK_FAILED = 20
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:NETWORK_TIMEOUT = 21
差异内容:NETWORK_TIMEOUT = 21
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:NETWORK_DISCONNECTED = 22
差异内容:NETWORK_DISCONNECTED = 22
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:NETWORK_SERVER_DOWN = 23
差异内容:NETWORK_SERVER_DOWN = 23
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:NETWORK_INVALID_REQUEST = 24
差异内容:NETWORK_INVALID_REQUEST = 24
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_FAILED = 30
差异内容:SERVER_FAILED = 30
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_NO_RANGE = 31
差异内容:SERVER_NO_RANGE = 31
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_BAD_CONTENT = 33
差异内容:SERVER_BAD_CONTENT = 33
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_UNAUTHORIZED = 34
差异内容:SERVER_UNAUTHORIZED = 34
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_CERT_PROBLEM = 35
差异内容:SERVER_CERT_PROBLEM = 35
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_FORBIDDEN = 36
差异内容:SERVER_FORBIDDEN = 36
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_UNREACHABLE = 37
差异内容:SERVER_UNREACHABLE = 37
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_CONTENT_LENGTH_MISMATCH = 38
差异内容:SERVER_CONTENT_LENGTH_MISMATCH = 38
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:SERVER_CROSS_ORIGIN_REDIRECT = 39
差异内容:SERVER_CROSS_ORIGIN_REDIRECT = 39
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:USER_CANCELED = 40
差异内容:USER_CANCELED = 40
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:USER_SHUTDOWN = 41
差异内容:USER_SHUTDOWN = 41
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadErrorCode;
API声明:CRASH = 50
差异内容:CRASH = 50
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebDownloadItem
差异内容:class WebDownloadItem
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getGuid(): string;
差异内容:getGuid(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getCurrentSpeed(): number;
差异内容:getCurrentSpeed(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getPercentComplete(): number;
差异内容:getPercentComplete(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getTotalBytes(): number;
差异内容:getTotalBytes(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getState(): WebDownloadState;
差异内容:getState(): WebDownloadState;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getLastErrorCode(): WebDownloadErrorCode;
差异内容:getLastErrorCode(): WebDownloadErrorCode;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getMethod(): string;
差异内容:getMethod(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getMimeType(): string;
差异内容:getMimeType(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getUrl(): string;
差异内容:getUrl(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getSuggestedFileName(): string;
差异内容:getSuggestedFileName(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:start(downloadPath: string): void;
差异内容:start(downloadPath: string): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:cancel(): void;
差异内容:cancel(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:pause(): void;
差异内容:pause(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:resume(): void;
差异内容:resume(): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getReceivedBytes(): number;
差异内容:getReceivedBytes(): number;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:getFullPath(): string;
差异内容:getFullPath(): string;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:serialize(): Uint8Array;
差异内容:serialize(): Uint8Array;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadItem;
API声明:static deserialize(serializedData: Uint8Array): WebDownloadItem;
差异内容:static deserialize(serializedData: Uint8Array): WebDownloadItem;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebDownloadDelegate
差异内容:class WebDownloadDelegate
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadDelegate;
API声明:onBeforeDownload(callback: Callback<WebDownloadItem>): void;
差异内容:onBeforeDownload(callback: Callback<WebDownloadItem>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadDelegate;
API声明:onDownloadUpdated(callback: Callback<WebDownloadItem>): void;
差异内容:onDownloadUpdated(callback: Callback<WebDownloadItem>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadDelegate;
API声明:onDownloadFinish(callback: Callback<WebDownloadItem>): void;
差异内容:onDownloadFinish(callback: Callback<WebDownloadItem>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadDelegate;
API声明:onDownloadFailed(callback: Callback<WebDownloadItem>): void;
差异内容:onDownloadFailed(callback: Callback<WebDownloadItem>): void;
api/@ohos.web.webview.d.ts
新增APINA类名:webview;
API声明:class WebDownloadManager
差异内容:class WebDownloadManager
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadManager;
API声明:static setDownloadDelegate(delegate: WebDownloadDelegate): void;
差异内容:static setDownloadDelegate(delegate: WebDownloadDelegate): void;
api/@ohos.web.webview.d.ts
新增APINA类名:WebDownloadManager;
API声明:static resumeDownload(webDownloadItem: WebDownloadItem): void;
差异内容:static resumeDownload(webDownloadItem: WebDownloadItem): void;
api/@ohos.web.webview.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.web.webview.d.ts
差异内容:ArkWeb
api/@ohos.web.webview.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:kits@kit.ArkWeb.d.ts
差异内容:ArkWeb
kits/@kit.ArkWeb.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

openharmony 鸿蒙 js-apidiff-ArkTS

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/lILxysoA