操作 旧版本 新版本 d.ts文件
API跨平台权限变更 类名:global;
API声明:declare enum MixedMode
差异内容:crossplatform
类名:global;
API声明:declare enum MixedMode
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:MixedMode;
API声明:All = 0
差异内容:crossplatform
类名:MixedMode;
API声明:All
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:MixedMode;
API声明:Compatible = 1
差异内容:crossplatform
类名:MixedMode;
API声明:Compatible
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:MixedMode;
API声明:None = 2
差异内容:crossplatform
类名:MixedMode;
API声明:None
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare enum CacheMode
差异内容:crossplatform
类名:global;
API声明:declare enum CacheMode
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:CacheMode;
API声明:Default = 0
差异内容:crossplatform
类名:CacheMode;
API声明:Default
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:CacheMode;
API声明:None = 1
差异内容:crossplatform
类名:CacheMode;
API声明:None
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:CacheMode;
API声明:Online = 2
差异内容:crossplatform
类名:CacheMode;
API声明:Online
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:CacheMode;
API声明:Only = 3
差异内容:crossplatform
类名:CacheMode;
API声明:Only
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare class FullScreenExitHandler
差异内容:crossplatform
类名:global;
API声明:declare class FullScreenExitHandler
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:FullScreenExitHandler;
API声明:exitFullScreen(): void;
差异内容:crossplatform
类名:FullScreenExitHandler;
API声明:exitFullScreen(): void;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare interface FullScreenEnterEvent
差异内容:crossplatform
类名:global;
API声明:declare interface FullScreenEnterEvent
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:FullScreenEnterEvent;
API声明:handler: FullScreenExitHandler;
差异内容:crossplatform
类名:FullScreenEnterEvent;
API声明:handler: FullScreenExitHandler;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:FullScreenEnterEvent;
API声明:videoWidth?: number;
差异内容:crossplatform
类名:FullScreenEnterEvent;
API声明:videoWidth?: number;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:FullScreenEnterEvent;
API声明:videoHeight?: number;
差异内容:crossplatform
类名:FullScreenEnterEvent;
API声明:videoHeight?: number;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void;
差异内容:crossplatform
类名:global;
API声明:type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:ConsoleMessage;
API声明:getSourceId(): string;
差异内容:crossplatform
类名:ConsoleMessage;
API声明:getSourceId(): string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:ConsoleMessage;
API声明:getLineNumber(): number;
差异内容:crossplatform
类名:ConsoleMessage;
API声明:getLineNumber(): number;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceRequest;
API声明:getRequestHeader(): Array<Header>;
差异内容:crossplatform
类名:WebResourceRequest;
API声明:getRequestHeader(): Array<Header>;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceRequest;
API声明:isRequestGesture(): boolean;
差异内容:crossplatform
类名:WebResourceRequest;
API声明:isRequestGesture(): boolean;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceRequest;
API声明:isMainFrame(): boolean;
差异内容:crossplatform
类名:WebResourceRequest;
API声明:isMainFrame(): boolean;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceRequest;
API声明:isRedirect(): boolean;
差异内容:crossplatform
类名:WebResourceRequest;
API声明:isRedirect(): boolean;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceRequest;
API声明:getRequestMethod(): string;
差异内容:crossplatform
类名:WebResourceRequest;
API声明:getRequestMethod(): string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceResponse;
API声明:getResponseData(): string;
差异内容:crossplatform
类名:WebResourceResponse;
API声明:getResponseData(): string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceResponse;
API声明:getResponseDataEx(): string | number | ArrayBuffer | Resource | undefined;
差异内容:crossplatform
类名:WebResourceResponse;
API声明:getResponseDataEx(): string | number | ArrayBuffer | Resource | undefined;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceResponse;
API声明:getReasonMessage(): string;
差异内容:crossplatform
类名:WebResourceResponse;
API声明:getReasonMessage(): string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceResponse;
API声明:getResponseHeader(): Array<Header>;
差异内容:crossplatform
类名:WebResourceResponse;
API声明:getResponseHeader(): Array<Header>;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebResourceResponse;
API声明:getResponseIsReady(): boolean;
差异内容:crossplatform
类名:WebResourceResponse;
API声明:getResponseIsReady(): boolean;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare interface Header
差异内容:crossplatform
类名:global;
API声明:declare interface Header
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:Header;
API声明:headerKey: string;
差异内容:crossplatform
类名:Header;
API声明:headerKey: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:Header;
API声明:headerValue: string;
差异内容:crossplatform
类名:Header;
API声明:headerValue: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebOptions;
API声明:incognitoMode?: boolean;
差异内容:crossplatform
类名:WebOptions;
API声明:incognitoMode?: boolean;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare interface OnBeforeUnloadEvent
差异内容:crossplatform
类名:global;
API声明:declare interface OnBeforeUnloadEvent
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:OnBeforeUnloadEvent;
API声明:url: string;
差异内容:crossplatform
类名:OnBeforeUnloadEvent;
API声明:url: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:OnBeforeUnloadEvent;
API声明:message: string;
差异内容:crossplatform
类名:OnBeforeUnloadEvent;
API声明:message: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:OnBeforeUnloadEvent;
API声明:result: JsResult;
差异内容:crossplatform
类名:OnBeforeUnloadEvent;
API声明:result: JsResult;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:OnDownloadStartEvent;
API声明:contentDisposition: string;
差异内容:crossplatform
类名:OnDownloadStartEvent;
API声明:contentDisposition: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare interface OnRefreshAccessedHistoryEvent
差异内容:crossplatform
类名:global;
API声明:declare interface OnRefreshAccessedHistoryEvent
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:OnRefreshAccessedHistoryEvent;
API声明:url: string;
差异内容:crossplatform
类名:OnRefreshAccessedHistoryEvent;
API声明:url: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:OnRefreshAccessedHistoryEvent;
API声明:isRefreshed: boolean;
差异内容:crossplatform
类名:OnRefreshAccessedHistoryEvent;
API声明:isRefreshed: boolean;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:global;
API声明:declare interface JavaScriptProxy
差异内容:crossplatform
类名:global;
API声明:declare interface JavaScriptProxy
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:JavaScriptProxy;
API声明:object: object;
差异内容:crossplatform
类名:JavaScriptProxy;
API声明:object: object;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:JavaScriptProxy;
API声明:name: string;
差异内容:crossplatform
类名:JavaScriptProxy;
API声明:name: string;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:JavaScriptProxy;
API声明:methodList: Array<string>;
差异内容:crossplatform
类名:JavaScriptProxy;
API声明:methodList: Array<string>;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:JavaScriptProxy;
API声明:controller: WebController | WebviewController;
差异内容:crossplatform
类名:JavaScriptProxy;
API声明:controller: WebController | WebviewController;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:JavaScriptProxy;
API声明:asyncMethodList?: Array<string>;
差异内容:crossplatform
类名:JavaScriptProxy;
API声明:asyncMethodList?: Array<string>;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:onlineImageAccess(onlineImageAccess: boolean): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:onlineImageAccess(onlineImageAccess: boolean): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:domStorageAccess(domStorageAccess: boolean): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:domStorageAccess(domStorageAccess: boolean): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:imageAccess(imageAccess: boolean): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:imageAccess(imageAccess: boolean): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:mixedMode(mixedMode: MixedMode): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:mixedMode(mixedMode: MixedMode): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:javaScriptProxy(javaScriptProxy: JavaScriptProxy): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:javaScriptProxy(javaScriptProxy: JavaScriptProxy): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:cacheMode(cacheMode: CacheMode): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:cacheMode(cacheMode: CacheMode): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:onFullScreenExit(callback: () => void): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:onFullScreenExit(callback: () => void): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:WebAttribute;
API声明:blockNetwork(block: boolean): WebAttribute;
差异内容:crossplatform
类名:WebAttribute;
API声明:blockNetwork(block: boolean): WebAttribute;
差异内容:NA
component/web.d.ts
API跨平台权限变更 类名:webview;
API声明:interface WebStorageOrigin
差异内容:crossplatform
类名:webview;
API声明:interface WebStorageOrigin
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorageOrigin;
API声明:origin: string;
差异内容:crossplatform
类名:WebStorageOrigin;
API声明:origin: string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorageOrigin;
API声明:usage: number;
差异内容:crossplatform
类名:WebStorageOrigin;
API声明:usage: number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorageOrigin;
API声明:quota: number;
差异内容:crossplatform
类名:WebStorageOrigin;
API声明:quota: number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class WebStorage
差异内容:crossplatform
类名:webview;
API声明:class WebStorage
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static deleteAllData(incognito?: boolean): void;
差异内容:crossplatform
类名:WebStorage;
API声明:static deleteAllData(incognito?: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static deleteOrigin(origin: string): void;
差异内容:crossplatform
类名:WebStorage;
API声明:static deleteOrigin(origin: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static getOrigins(): Promise<Array<WebStorageOrigin>>;
差异内容:crossplatform
类名:WebStorage;
API声明:static getOrigins(): Promise<Array<WebStorageOrigin>>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>): void;
差异内容:crossplatform
类名:WebStorage;
API声明:static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static getOriginQuota(origin: string): Promise<number>;
差异内容:crossplatform
类名:WebStorage;
API声明:static getOriginQuota(origin: string): Promise<number>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static getOriginQuota(origin: string, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:WebStorage;
API声明:static getOriginQuota(origin: string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static getOriginUsage(origin: string): Promise<number>;
差异内容:crossplatform
类名:WebStorage;
API声明:static getOriginUsage(origin: string): Promise<number>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebStorage;
API声明:static getOriginUsage(origin: string, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:WebStorage;
API声明:static getOriginUsage(origin: string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class GeolocationPermissions
差异内容:crossplatform
类名:webview;
API声明:class GeolocationPermissions
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static allowGeolocation(origin: string, incognito?: boolean): void;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static allowGeolocation(origin: string, incognito?: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static deleteGeolocation(origin: string, incognito?: boolean): void;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static deleteGeolocation(origin: string, incognito?: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static deleteAllGeolocation(incognito?: boolean): void;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static deleteAllGeolocation(incognito?: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static getAccessibleGeolocation(origin: string, incognito?: boolean): Promise<boolean>;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static getAccessibleGeolocation(origin: string, incognito?: boolean): Promise<boolean>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>, incognito?: boolean): void;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>, incognito?: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static getStoredGeolocation(incognito?: boolean): Promise<Array<string>>;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static getStoredGeolocation(incognito?: boolean): Promise<Array<string>>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:GeolocationPermissions;
API声明:static getStoredGeolocation(callback: AsyncCallback<Array<string>>, incognito?: boolean): void;
差异内容:crossplatform
类名:GeolocationPermissions;
API声明:static getStoredGeolocation(callback: AsyncCallback<Array<string>>, incognito?: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebCookieManager;
API声明:static existCookie(incognito?: boolean): boolean;
差异内容:crossplatform
类名:WebCookieManager;
API声明:static existCookie(incognito?: boolean): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebCookieManager;
API声明:static clearSessionCookie(callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:WebCookieManager;
API声明:static clearSessionCookie(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:enum WebMessageType
差异内容:crossplatform
类名:webview;
API声明:enum WebMessageType
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageType;
API声明:STRING
差异内容:crossplatform
类名:WebMessageType;
API声明:STRING
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageType;
API声明:NUMBER
差异内容:crossplatform
类名:WebMessageType;
API声明:NUMBER
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageType;
API声明:BOOLEAN
差异内容:crossplatform
类名:WebMessageType;
API声明:BOOLEAN
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageType;
API声明:ARRAY
差异内容:crossplatform
类名:WebMessageType;
API声明:ARRAY
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageType;
API声明:ERROR
差异内容:crossplatform
类名:WebMessageType;
API声明:ERROR
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class WebMessageExt
差异内容:crossplatform
类名:webview;
API声明:class WebMessageExt
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:getType(): WebMessageType;
差异内容:crossplatform
类名:WebMessageExt;
API声明:getType(): WebMessageType;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:getString(): string;
差异内容:crossplatform
类名:WebMessageExt;
API声明:getString(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:getNumber(): number;
差异内容:crossplatform
类名:WebMessageExt;
API声明:getNumber(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:getBoolean(): boolean;
差异内容:crossplatform
类名:WebMessageExt;
API声明:getBoolean(): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:getArray(): Array<string | number | boolean>;
差异内容:crossplatform
类名:WebMessageExt;
API声明:getArray(): Array<string | number | boolean>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:getError(): Error;
差异内容:crossplatform
类名:WebMessageExt;
API声明:getError(): Error;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:setType(type: WebMessageType): void;
差异内容:crossplatform
类名:WebMessageExt;
API声明:setType(type: WebMessageType): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:setString(message: string): void;
差异内容:crossplatform
类名:WebMessageExt;
API声明:setString(message: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:setNumber(message: number): void;
差异内容:crossplatform
类名:WebMessageExt;
API声明:setNumber(message: number): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:setBoolean(message: boolean): void;
差异内容:crossplatform
类名:WebMessageExt;
API声明:setBoolean(message: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:setArray(message: Array<string | number | boolean>): void;
差异内容:crossplatform
类名:WebMessageExt;
API声明:setArray(message: Array<string | number | boolean>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessageExt;
API声明:setError(message: Error): void;
差异内容:crossplatform
类名:WebMessageExt;
API声明:setError(message: Error): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessagePort;
API声明:postMessageEventExt(message: WebMessageExt): void;
差异内容:crossplatform
类名:WebMessagePort;
API声明:postMessageEventExt(message: WebMessageExt): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebMessagePort;
API声明:onMessageEventExt(callback: (result: WebMessageExt) => void): void;
差异内容:crossplatform
类名:WebMessagePort;
API声明:onMessageEventExt(callback: (result: WebMessageExt) => void): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:enum JsMessageType
差异内容:crossplatform
类名:webview;
API声明:enum JsMessageType
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageType;
API声明:STRING
差异内容:crossplatform
类名:JsMessageType;
API声明:STRING
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageType;
API声明:NUMBER
差异内容:crossplatform
类名:JsMessageType;
API声明:NUMBER
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageType;
API声明:BOOLEAN
差异内容:crossplatform
类名:JsMessageType;
API声明:BOOLEAN
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageType;
API声明:ARRAY
差异内容:crossplatform
类名:JsMessageType;
API声明:ARRAY
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class JsMessageExt
差异内容:crossplatform
类名:webview;
API声明:class JsMessageExt
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageExt;
API声明:getType(): JsMessageType;
差异内容:crossplatform
类名:JsMessageExt;
API声明:getType(): JsMessageType;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageExt;
API声明:getString(): string;
差异内容:crossplatform
类名:JsMessageExt;
API声明:getString(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageExt;
API声明:getNumber(): number;
差异内容:crossplatform
类名:JsMessageExt;
API声明:getNumber(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageExt;
API声明:getBoolean(): boolean;
差异内容:crossplatform
类名:JsMessageExt;
API声明:getBoolean(): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:JsMessageExt;
API声明:getArray(): Array<string | number | boolean>;
差异内容:crossplatform
类名:JsMessageExt;
API声明:getArray(): Array<string | number | boolean>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean): void;
差异内容:crossplatform
类名:WebviewController;
API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:zoomIn(): void;
差异内容:crossplatform
类名:WebviewController;
API声明:zoomIn(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:zoomOut(): void;
差异内容:crossplatform
类名:WebviewController;
API声明:zoomOut(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:getWebId(): number;
差异内容:crossplatform
类名:WebviewController;
API声明:getWebId(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:registerJavaScriptProxy(object: object, name: string, methodList: Array<string>, asyncMethodList?: Array<string>, permission?: string): void;
差异内容:crossplatform
类名:WebviewController;
API声明:registerJavaScriptProxy(object: object, name: string, methodList: Array<string>, asyncMethodList?: Array<string>, permission?: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:deleteJavaScriptRegister(name: string): void;
差异内容:crossplatform
类名:WebviewController;
API声明:deleteJavaScriptRegister(name: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:runJavaScriptExt(script: string | ArrayBuffer): Promise<JsMessageExt>;
差异内容:crossplatform
类名:WebviewController;
API声明:runJavaScriptExt(script: string | ArrayBuffer): Promise<JsMessageExt>;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:runJavaScriptExt(script: string | ArrayBuffer, callback: AsyncCallback<JsMessageExt>): void;
差异内容:crossplatform
类名:WebviewController;
API声明:runJavaScriptExt(script: string | ArrayBuffer, callback: AsyncCallback<JsMessageExt>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:pageUp(top: boolean): void;
差异内容:crossplatform
类名:WebviewController;
API声明:pageUp(top: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:pageDown(bottom: boolean): void;
差异内容:crossplatform
类名:WebviewController;
API声明:pageDown(bottom: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:getOriginalUrl(): string;
差异内容:crossplatform
类名:WebviewController;
API声明:getOriginalUrl(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:setDownloadDelegate(delegate: WebDownloadDelegate): void;
差异内容:crossplatform
类名:WebviewController;
API声明:setDownloadDelegate(delegate: WebDownloadDelegate): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:startDownload(url: string): void;
差异内容:crossplatform
类名:WebviewController;
API声明:startDownload(url: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebviewController;
API声明:postUrl(url: string, postData: ArrayBuffer): void;
差异内容:crossplatform
类名:WebviewController;
API声明:postUrl(url: string, postData: ArrayBuffer): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:enum WebDownloadState
差异内容:crossplatform
类名:webview;
API声明:enum WebDownloadState
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:IN_PROGRESS = 0
差异内容:crossplatform
类名:WebDownloadState;
API声明:IN_PROGRESS = 0
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:COMPLETED
差异内容:crossplatform
类名:WebDownloadState;
API声明:COMPLETED
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:CANCELED
差异内容:crossplatform
类名:WebDownloadState;
API声明:CANCELED
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:INTERRUPTED
差异内容:crossplatform
类名:WebDownloadState;
API声明:INTERRUPTED
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:PENDING
差异内容:crossplatform
类名:WebDownloadState;
API声明:PENDING
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:PAUSED
差异内容:crossplatform
类名:WebDownloadState;
API声明:PAUSED
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadState;
API声明:UNKNOWN
差异内容:crossplatform
类名:WebDownloadState;
API声明:UNKNOWN
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:enum WebDownloadErrorCode
差异内容:crossplatform
类名:webview;
API声明:enum WebDownloadErrorCode
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadErrorCode;
API声明:USER_CANCELED = 40
差异内容:crossplatform
类名:WebDownloadErrorCode;
API声明:USER_CANCELED = 40
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class WebDownloadItem
差异内容:crossplatform
类名:webview;
API声明:class WebDownloadItem
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getGuid(): string;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getGuid(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getCurrentSpeed(): number;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getCurrentSpeed(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getPercentComplete(): number;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getPercentComplete(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getTotalBytes(): number;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getTotalBytes(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getState(): WebDownloadState;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getState(): WebDownloadState;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getLastErrorCode(): WebDownloadErrorCode;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getLastErrorCode(): WebDownloadErrorCode;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getMethod(): string;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getMethod(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getMimeType(): string;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getMimeType(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getUrl(): string;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getUrl(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getSuggestedFileName(): string;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getSuggestedFileName(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:start(downloadPath: string): void;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:start(downloadPath: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:cancel(): void;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:cancel(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:pause(): void;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:pause(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:resume(): void;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:resume(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getReceivedBytes(): number;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getReceivedBytes(): number;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadItem;
API声明:getFullPath(): string;
差异内容:crossplatform
类名:WebDownloadItem;
API声明:getFullPath(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class WebDownloadDelegate
差异内容:crossplatform
类名:webview;
API声明:class WebDownloadDelegate
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadDelegate;
API声明:onBeforeDownload(callback: Callback<WebDownloadItem>): void;
差异内容:crossplatform
类名:WebDownloadDelegate;
API声明:onBeforeDownload(callback: Callback<WebDownloadItem>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadDelegate;
API声明:onDownloadUpdated(callback: Callback<WebDownloadItem>): void;
差异内容:crossplatform
类名:WebDownloadDelegate;
API声明:onDownloadUpdated(callback: Callback<WebDownloadItem>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadDelegate;
API声明:onDownloadFinish(callback: Callback<WebDownloadItem>): void;
差异内容:crossplatform
类名:WebDownloadDelegate;
API声明:onDownloadFinish(callback: Callback<WebDownloadItem>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadDelegate;
API声明:onDownloadFailed(callback: Callback<WebDownloadItem>): void;
差异内容:crossplatform
类名:WebDownloadDelegate;
API声明:onDownloadFailed(callback: Callback<WebDownloadItem>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:webview;
API声明:class WebDownloadManager
差异内容:crossplatform
类名:webview;
API声明:class WebDownloadManager
差异内容:NA
api/@ohos.web.webview.d.ts
API跨平台权限变更 类名:WebDownloadManager;
API声明:static setDownloadDelegate(delegate: WebDownloadDelegate): void;
差异内容:crossplatform
类名:WebDownloadManager;
API声明:static setDownloadDelegate(delegate: WebDownloadDelegate): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API废弃版本变更 类名:WebAttribute;
API声明:selectionMenuOptions(expandedMenuOptions: Array<ExpandedMenuItemOptions>): WebAttribute;
差异内容:20
类名:WebAttribute;
API声明:selectionMenuOptions(expandedMenuOptions: Array<ExpandedMenuItemOptions>): WebAttribute;
差异内容:NA
component/web.d.ts
API废弃版本变更 类名:global;
API声明:declare interface ExpandedMenuItemOptions
差异内容:20
类名:global;
API声明:declare interface ExpandedMenuItemOptions
差异内容:NA
component/web.d.ts
API废弃版本变更 类名:ExpandedMenuItemOptions;
API声明:content: ResourceStr;
差异内容:20
类名:ExpandedMenuItemOptions;
API声明:content: ResourceStr;
差异内容:NA
component/web.d.ts
API废弃版本变更 类名:ExpandedMenuItemOptions;
API声明:startIcon?: ResourceStr;
差异内容:20
类名:ExpandedMenuItemOptions;
API声明:startIcon?: ResourceStr;
差异内容:NA
component/web.d.ts
API废弃版本变更 类名:ExpandedMenuItemOptions;
API声明:action: (selectedText: {
plainText: string;
}) => void;
差异内容:20
类名:ExpandedMenuItemOptions;
API声明:action: (selectedText: {
plainText: string;
}) => void;
差异内容:NA
component/web.d.ts
API废弃版本变更 类名:WebviewController;
API声明:getHitTest(): WebHitTestType;
差异内容:18
类名:WebviewController;
API声明:getHitTest(): WebHitTestType;
差异内容:NA
api/@ohos.web.webview.d.ts
API废弃版本变更 类名:WebviewController;
API声明:getHitTestValue(): HitTestValue;
差异内容:18
类名:WebviewController;
API声明:getHitTestValue(): HitTestValue;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:enableIntelligentTrackingPrevention(enable: boolean): void;
差异内容:801
类名:WebviewController;
API声明:enableIntelligentTrackingPrevention(enable: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:isIntelligentTrackingPreventionEnabled(): boolean;
差异内容:801
类名:WebviewController;
API声明:isIntelligentTrackingPreventionEnabled(): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:static addIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
差异内容:801
类名:WebviewController;
API声明:static addIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:static removeIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
差异内容:801
类名:WebviewController;
API声明:static removeIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:static clearIntelligentTrackingPreventionBypassingList(): void;
差异内容:801
类名:WebviewController;
API声明:static clearIntelligentTrackingPreventionBypassingList(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:enableAdsBlock(enable: boolean): void;
差异内容:801
类名:WebviewController;
API声明:enableAdsBlock(enable: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:isAdsBlockEnabled(): boolean;
差异内容:801
类名:WebviewController;
API声明:isAdsBlockEnabled(): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:WebviewController;
API声明:isAdsBlockEnabledForCurPage(): boolean;
差异内容:801
类名:WebviewController;
API声明:isAdsBlockEnabledForCurPage(): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static setAdsBlockRules(rulesFile: string, replace: boolean): void;
差异内容:801
类名:AdsBlockManager;
API声明:static setAdsBlockRules(rulesFile: string, replace: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static addAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
差异内容:801
类名:AdsBlockManager;
API声明:static addAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static addAdsBlockAllowedList(domainSuffixes: Array<string>): void;
差异内容:801
类名:AdsBlockManager;
API声明:static addAdsBlockAllowedList(domainSuffixes: Array<string>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static removeAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
差异内容:801
类名:AdsBlockManager;
API声明:static removeAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static removeAdsBlockAllowedList(domainSuffixes: Array<string>): void;
差异内容:801
类名:AdsBlockManager;
API声明:static removeAdsBlockAllowedList(domainSuffixes: Array<string>): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static clearAdsBlockDisallowedList(): void;
差异内容:801
类名:AdsBlockManager;
API声明:static clearAdsBlockDisallowedList(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除错误码 类名:AdsBlockManager;
API声明:static clearAdsBlockAllowedList(): void;
差异内容:801
类名:AdsBlockManager;
API声明:static clearAdsBlockAllowedList(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
错误码变更 类名:WebviewController;
API声明:static prepareForPageLoad(url: string, preconnectable: boolean, numSockets: number): void;
差异内容:17100002,17100013
类名:WebviewController;
API声明:static prepareForPageLoad(url: string, preconnectable: boolean, numSockets: number): void;
差异内容:171000013,17100002
api/@ohos.web.webview.d.ts
删除API 类名:webview;
API声明:enum ArkWebEngineVersion
差异内容:enum ArkWebEngineVersion
NA api/@ohos.web.webview.d.ts
删除API 类名:ArkWebEngineVersion;
API声明:SYSTEM_DEFAULT = 0
差异内容:SYSTEM_DEFAULT = 0
NA api/@ohos.web.webview.d.ts
删除API 类名:ArkWebEngineVersion;
API声明:M114 = 1
差异内容:M114 = 1
NA api/@ohos.web.webview.d.ts
删除API 类名:ArkWebEngineVersion;
API声明:M132 = 2
差异内容:M132 = 2
NA api/@ohos.web.webview.d.ts
删除API 类名:webview;
API声明:enum ControllerAttachState
差异内容:enum ControllerAttachState
NA api/@ohos.web.webview.d.ts
删除API 类名:ControllerAttachState;
API声明:UNATTACHED = 0
差异内容:UNATTACHED = 0
NA api/@ohos.web.webview.d.ts
删除API 类名:ControllerAttachState;
API声明:ATTACHED = 1
差异内容:ATTACHED = 1
NA api/@ohos.web.webview.d.ts
删除API 类名:webview;
API声明:enum WebBlanklessErrorCode
差异内容:enum WebBlanklessErrorCode
NA api/@ohos.web.webview.d.ts
删除API 类名:WebBlanklessErrorCode;
API声明:SUCCESS = 0
差异内容:SUCCESS = 0
NA api/@ohos.web.webview.d.ts
删除API 类名:WebBlanklessErrorCode;
API声明:ERR_UNKNOWN = -1
差异内容:ERR_UNKNOWN = -1
NA api/@ohos.web.webview.d.ts
删除API 类名:WebBlanklessErrorCode;
API声明:ERR_INVALID_PARAM = -2
差异内容:ERR_INVALID_PARAM = -2
NA api/@ohos.web.webview.d.ts
删除API 类名:WebBlanklessErrorCode;
API声明:ERR_CONTROLLER_NOT_INITED = -3
差异内容:ERR_CONTROLLER_NOT_INITED = -3
NA api/@ohos.web.webview.d.ts
删除API 类名:WebBlanklessErrorCode;
API声明:ERR_KEY_NOT_MATCH = -4
差异内容:ERR_KEY_NOT_MATCH = -4
NA api/@ohos.web.webview.d.ts
删除API 类名:WebBlanklessErrorCode;
API声明:ERR_SIGNIFICANT_CHANGE = -5
差异内容:ERR_SIGNIFICANT_CHANGE = -5
NA api/@ohos.web.webview.d.ts
删除API 类名:webview;
API声明:interface BlanklessInfo
差异内容:interface BlanklessInfo
NA api/@ohos.web.webview.d.ts
删除API 类名:BlanklessInfo;
API声明:errCode: WebBlanklessErrorCode;
差异内容:errCode: WebBlanklessErrorCode;
NA api/@ohos.web.webview.d.ts
删除API 类名:BlanklessInfo;
API声明:similarity: number;
差异内容:similarity: number;
NA api/@ohos.web.webview.d.ts
删除API 类名:BlanklessInfo;
API声明:loadingTime: number;
差异内容:loadingTime: number;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static setActiveWebEngineVersion(engineVersion: ArkWebEngineVersion): void;
差异内容:static setActiveWebEngineVersion(engineVersion: ArkWebEngineVersion): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static getActiveWebEngineVersion(): ArkWebEngineVersion;
差异内容:static getActiveWebEngineVersion(): ArkWebEngineVersion;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static removeAllCache(clearRom: boolean): void;
差异内容:static removeAllCache(clearRom: boolean): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:getLastHitTest(): HitTestValue;
差异内容:getLastHitTest(): HitTestValue;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:getPageOffset(): ScrollOffset;
差异内容:getPageOffset(): ScrollOffset;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static setAppCustomUserAgent(userAgent: string): void;
差异内容:static setAppCustomUserAgent(userAgent: string): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static setUserAgentForHosts(userAgent: string, hosts: Array<string>): void;
差异内容:static setUserAgentForHosts(userAgent: string, hosts: Array<string>): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:getAttachState(): ControllerAttachState;
差异内容:getAttachState(): ControllerAttachState;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:on(type: 'controllerAttachStateChange', callback: Callback<ControllerAttachState>): void;
差异内容:on(type: 'controllerAttachStateChange', callback: Callback<ControllerAttachState>): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:off(type: 'controllerAttachStateChange', callback?: Callback<ControllerAttachState>): void;
差异内容:off(type: 'controllerAttachStateChange', callback?: Callback<ControllerAttachState>): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:waitForAttached(timeout: number): Promise<ControllerAttachState>;
差异内容:waitForAttached(timeout: number): Promise<ControllerAttachState>;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:getProgress(): number;
差异内容:getProgress(): number;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:avoidVisibleViewportBottom(avoidHeight: number): void;
差异内容:avoidVisibleViewportBottom(avoidHeight: number): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:getBlanklessInfoWithKey(key: string): BlanklessInfo;
差异内容:getBlanklessInfoWithKey(key: string): BlanklessInfo;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:setBlanklessLoadingWithKey(key: string, is_start: boolean): WebBlanklessErrorCode;
差异内容:setBlanklessLoadingWithKey(key: string, is_start: boolean): WebBlanklessErrorCode;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static clearBlanklessLoadingCache(keys?: Array<string>): void;
差异内容:static clearBlanklessLoadingCache(keys?: Array<string>): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static setBlanklessLoadingCacheCapacity(capacity: number): number;
差异内容:static setBlanklessLoadingCacheCapacity(capacity: number): number;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:getErrorPageEnabled(): boolean;
差异内容:getErrorPageEnabled(): boolean;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:setErrorPageEnabled(enable: boolean): void;
差异内容:setErrorPageEnabled(enable: boolean): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static enablePrivateNetworkAccess(enable: boolean): void;
差异内容:static enablePrivateNetworkAccess(enable: boolean): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static isPrivateNetworkAccessEnabled(): boolean;
差异内容:static isPrivateNetworkAccessEnabled(): boolean;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebviewController;
API声明:static setWebDestroyMode(mode: WebDestroyMode): void;
差异内容:static setWebDestroyMode(mode: WebDestroyMode): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:WebResourceHandler;
API声明:didFail(code: WebNetErrorList, completeIfNoResponse: boolean): void;
差异内容:didFail(code: WebNetErrorList, completeIfNoResponse: boolean): void;
NA api/@ohos.web.webview.d.ts
删除API 类名:webview;
API声明:enum WebDestroyMode
差异内容:enum WebDestroyMode
NA api/@ohos.web.webview.d.ts
删除API 类名:WebDestroyMode;
API声明:NORMAL_MODE = 0
差异内容:NORMAL_MODE = 0
NA api/@ohos.web.webview.d.ts
删除API 类名:WebDestroyMode;
API声明:FAST_MODE = 1
差异内容:FAST_MODE = 1
NA api/@ohos.web.webview.d.ts
起始版本有变化 类名:OnShowFileSelectorEvent;
API声明:result: FileSelectorResult;
差异内容:12
类名:OnShowFileSelectorEvent;
API声明:result: FileSelectorResult;
差异内容:11
component/web.d.ts
起始版本有变化 类名:OnShowFileSelectorEvent;
API声明:fileSelector: FileSelectorParam;
差异内容:12
类名:OnShowFileSelectorEvent;
API声明:fileSelector: FileSelectorParam;
差异内容:11
component/web.d.ts
新增kit 类名:global;
API声明:component\web.d.ts
差异内容:NA
类名:global;
API声明:component\web.d.ts
差异内容:ArkWeb
component/web.d.ts
API从支持元服务到不支持元服务 类名:webview;
API声明:enum ProxySchemeFilter
差异内容:atomicservice
类名:webview;
API声明:enum ProxySchemeFilter
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxySchemeFilter;
API声明:MATCH_ALL_SCHEMES = 0
差异内容:atomicservice
类名:ProxySchemeFilter;
API声明:MATCH_ALL_SCHEMES = 0
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxySchemeFilter;
API声明:MATCH_HTTP = 1
差异内容:atomicservice
类名:ProxySchemeFilter;
API声明:MATCH_HTTP = 1
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxySchemeFilter;
API声明:MATCH_HTTPS = 2
差异内容:atomicservice
类名:ProxySchemeFilter;
API声明:MATCH_HTTPS = 2
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:webview;
API声明:class ProxyConfig
差异内容:atomicservice
类名:webview;
API声明:class ProxyConfig
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:insertBypassRule(bypassRule: string): void;
差异内容:atomicservice
类名:ProxyConfig;
API声明:insertBypassRule(bypassRule: string): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:insertDirectRule(schemeFilter?: ProxySchemeFilter): void;
差异内容:atomicservice
类名:ProxyConfig;
API声明:insertDirectRule(schemeFilter?: ProxySchemeFilter): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:insertProxyRule(proxyRule: string, schemeFilter?: ProxySchemeFilter): void;
差异内容:atomicservice
类名:ProxyConfig;
API声明:insertProxyRule(proxyRule: string, schemeFilter?: ProxySchemeFilter): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:bypassHostnamesWithoutPeriod(): void;
差异内容:atomicservice
类名:ProxyConfig;
API声明:bypassHostnamesWithoutPeriod(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:clearImplicitRules(): void;
差异内容:atomicservice
类名:ProxyConfig;
API声明:clearImplicitRules(): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:enableReverseBypass(reverse: boolean): void;
差异内容:atomicservice
类名:ProxyConfig;
API声明:enableReverseBypass(reverse: boolean): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:getBypassRules(): Array<string>;
差异内容:atomicservice
类名:ProxyConfig;
API声明:getBypassRules(): Array<string>;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:getProxyRules(): Array<ProxyRule>;
差异内容:atomicservice
类名:ProxyConfig;
API声明:getProxyRules(): Array<ProxyRule>;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyConfig;
API声明:isReverseBypassEnabled(): boolean;
差异内容:atomicservice
类名:ProxyConfig;
API声明:isReverseBypassEnabled(): boolean;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:webview;
API声明:class ProxyRule
差异内容:atomicservice
类名:webview;
API声明:class ProxyRule
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyRule;
API声明:getSchemeFilter(): ProxySchemeFilter;
差异内容:atomicservice
类名:ProxyRule;
API声明:getSchemeFilter(): ProxySchemeFilter;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyRule;
API声明:getUrl(): string;
差异内容:atomicservice
类名:ProxyRule;
API声明:getUrl(): string;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:webview;
API声明:type OnProxyConfigChangeCallback = () => void;
差异内容:atomicservice
类名:webview;
API声明:type OnProxyConfigChangeCallback = () => void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:webview;
API声明:class ProxyController
差异内容:atomicservice
类名:webview;
API声明:class ProxyController
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyController;
API声明:static applyProxyOverride(proxyConfig: ProxyConfig, callback: OnProxyConfigChangeCallback): void;
差异内容:atomicservice
类名:ProxyController;
API声明:static applyProxyOverride(proxyConfig: ProxyConfig, callback: OnProxyConfigChangeCallback): void;
差异内容:NA
api/@ohos.web.webview.d.ts
API从支持元服务到不支持元服务 类名:ProxyController;
API声明:static removeProxyOverride(callback: OnProxyConfigChangeCallback): void;
差异内容:atomicservice
类名:ProxyController;
API声明:static removeProxyOverride(callback: OnProxyConfigChangeCallback): void;
差异内容:NA
api/@ohos.web.webview.d.ts
删除同名函数 类名:WebviewController;
API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean, port: number): void;
差异内容:static setWebDebuggingAccess(webDebuggingAccess: boolean, port: number): void;
类名:global;
API声明:
差异内容:NA
api/@ohos.web.webview.d.ts