openharmony 鸿蒙 js-apidiff-ArkWeb

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New error codeClass name: WebviewController;
API declaration: static customizeSchemes(schemes: Array<WebCustomScheme>): void;
Differences: NA
Class name: WebviewController;
API declaration: static customizeSchemes(schemes: Array<WebCustomScheme>): void;
Differences: 17100020
api/@ohos.web.webview.d.ts
Function changeClass name: WebviewController;
API declaration: registerJavaScriptProxy(object: object, name: string, methodList: Array<string>): void;
Differences: NA
Class name: WebviewController;
API declaration: registerJavaScriptProxy(object: object, name: string, methodList: Array<string>, asyncMethodList?: Array<string>, permission?: string): void;
Differences: asyncMethodList?: Array<string>, permission?: string
api/@ohos.web.webview.d.ts
Function changeClass name: WebviewController;
API declaration: runJavaScriptExt(script: string): Promise<JsMessageExt>;
Differences: script: string
Class name: WebviewController;
API declaration: runJavaScriptExt(script: string |ArrayBuffer): Promise<JsMessageExt>;
Differences: script: string |ArrayBuffer
api/@ohos.web.webview.d.ts
Function changeClass name: WebviewController;
API declaration: runJavaScriptExt(script: string, callback: AsyncCallback<JsMessageExt>): void;
Differences: script: string
Class name: WebviewController;
API declaration: runJavaScriptExt(script: string |ArrayBuffer, callback: AsyncCallback<JsMessageExt>): void;
Differences: script: string |ArrayBuffer
api/@ohos.web.webview.d.ts
New APINAClass name: global;
API declaration: type OnSslErrorEventCallback = (sslErrorEvent: SslErrorEvent) => void;
Differences: type OnSslErrorEventCallback = (sslErrorEvent: SslErrorEvent) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnLargestContentfulPaintCallback = (largestContentfulPaint: LargestContentfulPaint) => void;
Differences: type OnLargestContentfulPaintCallback = (largestContentfulPaint: LargestContentfulPaint) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnFirstMeaningfulPaintCallback = (firstMeaningfulPaint: FirstMeaningfulPaint) => void;
Differences: type OnFirstMeaningfulPaintCallback = (firstMeaningfulPaint: FirstMeaningfulPaint) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnOverrideUrlLoadingCallback = (webResourceRequest: WebResourceRequest) => boolean;
Differences: type OnOverrideUrlLoadingCallback = (webResourceRequest: WebResourceRequest) => boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnIntelligentTrackingPreventionCallback = (details: IntelligentTrackingPreventionDetails) => void;
Differences: type OnIntelligentTrackingPreventionCallback = (details: IntelligentTrackingPreventionDetails) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnNativeEmbedVisibilityChangeCallback = (nativeEmbedVisibilityInfo: NativeEmbedVisibilityInfo) => void;
Differences: type OnNativeEmbedVisibilityChangeCallback = (nativeEmbedVisibilityInfo: NativeEmbedVisibilityInfo) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface NativeMediaPlayerConfig
Differences: declare interface NativeMediaPlayerConfig
component/web.d.ts
New APINAClass name: NativeMediaPlayerConfig;
API declaration: enable: boolean;
Differences: enable: boolean;
component/web.d.ts
New APINAClass name: NativeMediaPlayerConfig;
API declaration: shouldOverlay: boolean;
Differences: shouldOverlay: boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnRenderProcessNotRespondingCallback = (data: RenderProcessNotRespondingData) => void;
Differences: type OnRenderProcessNotRespondingCallback = (data: RenderProcessNotRespondingData) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnRenderProcessRespondingCallback = () => void;
Differences: type OnRenderProcessRespondingCallback = () => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnViewportFitChangedCallback = (viewportFit: ViewportFit) => void;
Differences: type OnViewportFitChangedCallback = (viewportFit: ViewportFit) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnAdsBlockedCallback = (details: AdsBlockedDetails) => void;
Differences: type OnAdsBlockedCallback = (details: AdsBlockedDetails) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface AdsBlockedDetails
Differences: declare interface AdsBlockedDetails
component/web.d.ts
New APINAClass name: AdsBlockedDetails;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: AdsBlockedDetails;
API declaration: adsBlocked: Array<string>;
Differences: adsBlocked: Array<string>;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface WebKeyboardOptions
Differences: declare interface WebKeyboardOptions
component/web.d.ts
New APINAClass name: WebKeyboardOptions;
API declaration: useSystemKeyboard: boolean;
Differences: useSystemKeyboard: boolean;
component/web.d.ts
New APINAClass name: WebKeyboardOptions;
API declaration: enterKeyType?: number;
Differences: enterKeyType?: number;
component/web.d.ts
New APINAClass name: WebKeyboardOptions;
API declaration: customKeyboard?: CustomBuilder;
Differences: customKeyboard?: CustomBuilder;
component/web.d.ts
New APINAClass name: global;
API declaration: declare class WebKeyboardController
Differences: declare class WebKeyboardController
component/web.d.ts
New APINAClass name: WebKeyboardController;
API declaration: insertText(text: string): void;
Differences: insertText(text: string): void;
component/web.d.ts
New APINAClass name: WebKeyboardController;
API declaration: deleteForward(length: number): void;
Differences: deleteForward(length: number): void;
component/web.d.ts
New APINAClass name: WebKeyboardController;
API declaration: deleteBackward(length: number): void;
Differences: deleteBackward(length: number): void;
component/web.d.ts
New APINAClass name: WebKeyboardController;
API declaration: sendFunctionKey(key: number): void;
Differences: sendFunctionKey(key: number): void;
component/web.d.ts
New APINAClass name: WebKeyboardController;
API declaration: close(): void;
Differences: close(): void;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface WebKeyboardCallbackInfo
Differences: declare interface WebKeyboardCallbackInfo
component/web.d.ts
New APINAClass name: WebKeyboardCallbackInfo;
API declaration: controller: WebKeyboardController;
Differences: controller: WebKeyboardController;
component/web.d.ts
New APINAClass name: WebKeyboardCallbackInfo;
API declaration: attributes: Record<string, string>;
Differences: attributes: Record<string, string>;
component/web.d.ts
New APINAClass name: global;
API declaration: type WebKeyboardCallback = (keyboardCallbackInfo: WebKeyboardCallbackInfo) => WebKeyboardOptions;
Differences: type WebKeyboardCallback = (keyboardCallbackInfo: WebKeyboardCallbackInfo) => WebKeyboardOptions;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface FullScreenEnterEvent
Differences: declare interface FullScreenEnterEvent
component/web.d.ts
New APINAClass name: FullScreenEnterEvent;
API declaration: handler: FullScreenExitHandler;
Differences: handler: FullScreenExitHandler;
component/web.d.ts
New APINAClass name: FullScreenEnterEvent;
API declaration: videoWidth?: number;
Differences: videoWidth?: number;
component/web.d.ts
New APINAClass name: FullScreenEnterEvent;
API declaration: videoHeight?: number;
Differences: videoHeight?: number;
component/web.d.ts
New APINAClass name: global;
API declaration: type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void;
Differences: type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: declare enum RenderProcessNotRespondingReason
Differences: declare enum RenderProcessNotRespondingReason
component/web.d.ts
New APINAClass name: RenderProcessNotRespondingReason;
API declaration: INPUT_TIMEOUT
Differences: INPUT_TIMEOUT
component/web.d.ts
New APINAClass name: RenderProcessNotRespondingReason;
API declaration: NAVIGATION_COMMIT_TIMEOUT
Differences: NAVIGATION_COMMIT_TIMEOUT
component/web.d.ts
New APINAClass name: ProtectedResourceType;
API declaration: SENSOR = 'TYPE_SENSOR'
Differences: SENSOR = 'TYPE_SENSOR'
component/web.d.ts
New APINAClass name: NativeEmbedStatus;
API declaration: ENTER_BFCACHE = 3
Differences: ENTER_BFCACHE = 3
component/web.d.ts
New APINAClass name: NativeEmbedStatus;
API declaration: LEAVE_BFCACHE = 4
Differences: LEAVE_BFCACHE = 4
component/web.d.ts
New APINAClass name: global;
API declaration: declare enum RenderMode
Differences: declare enum RenderMode
component/web.d.ts
New APINAClass name: RenderMode;
API declaration: ASYNC_RENDER = 0
Differences: ASYNC_RENDER = 0
component/web.d.ts
New APINAClass name: RenderMode;
API declaration: SYNC_RENDER = 1
Differences: SYNC_RENDER = 1
component/web.d.ts
New APINAClass name: global;
API declaration: declare enum ViewportFit
Differences: declare enum ViewportFit
component/web.d.ts
New APINAClass name: ViewportFit;
API declaration: AUTO = 0
Differences: AUTO = 0
component/web.d.ts
New APINAClass name: ViewportFit;
API declaration: CONTAINS = 1
Differences: CONTAINS = 1
component/web.d.ts
New APINAClass name: ViewportFit;
API declaration: COVER = 2
Differences: COVER = 2
component/web.d.ts
New APINAClass name: global;
API declaration: declare class EventResult
Differences: declare class EventResult
component/web.d.ts
New APINAClass name: EventResult;
API declaration: setGestureEventResult(result: boolean): void;
Differences: setGestureEventResult(result: boolean): void;
component/web.d.ts
New APINAClass name: WebOptions;
API declaration: renderMode?: RenderMode;
Differences: renderMode?: RenderMode;
component/web.d.ts
New APINAClass name: WebOptions;
API declaration: sharedRenderProcessToken?: string;
Differences: sharedRenderProcessToken?: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface IntelligentTrackingPreventionDetails
Differences: declare interface IntelligentTrackingPreventionDetails
component/web.d.ts
New APINAClass name: IntelligentTrackingPreventionDetails;
API declaration: host: string;
Differences: host: string;
component/web.d.ts
New APINAClass name: IntelligentTrackingPreventionDetails;
API declaration: trackerHost: string;
Differences: trackerHost: string;
component/web.d.ts
New APINAClass name: NativeEmbedInfo;
API declaration: position?: Position;
Differences: position?: Position;
component/web.d.ts
New APINAClass name: NativeEmbedInfo;
API declaration: tag?: string;
Differences: tag?: string;
component/web.d.ts
New APINAClass name: NativeEmbedInfo;
API declaration: params?: Map<string, string>;
Differences: params?: Map<string, string>;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface NativeEmbedVisibilityInfo
Differences: declare interface NativeEmbedVisibilityInfo
component/web.d.ts
New APINAClass name: NativeEmbedVisibilityInfo;
API declaration: visibility: boolean;
Differences: visibility: boolean;
component/web.d.ts
New APINAClass name: NativeEmbedVisibilityInfo;
API declaration: embedId: string;
Differences: embedId: string;
component/web.d.ts
New APINAClass name: NativeEmbedTouchInfo;
API declaration: result?: EventResult;
Differences: result?: EventResult;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface FirstMeaningfulPaint
Differences: declare interface FirstMeaningfulPaint
component/web.d.ts
New APINAClass name: FirstMeaningfulPaint;
API declaration: navigationStartTime?: number;
Differences: navigationStartTime?: number;
component/web.d.ts
New APINAClass name: FirstMeaningfulPaint;
API declaration: firstMeaningfulPaintTime?: number;
Differences: firstMeaningfulPaintTime?: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface LargestContentfulPaint
Differences: declare interface LargestContentfulPaint
component/web.d.ts
New APINAClass name: LargestContentfulPaint;
API declaration: navigationStartTime?: number;
Differences: navigationStartTime?: number;
component/web.d.ts
New APINAClass name: LargestContentfulPaint;
API declaration: largestImagePaintTime?: number;
Differences: largestImagePaintTime?: number;
component/web.d.ts
New APINAClass name: LargestContentfulPaint;
API declaration: largestTextPaintTime?: number;
Differences: largestTextPaintTime?: number;
component/web.d.ts
New APINAClass name: LargestContentfulPaint;
API declaration: imageBPP?: number;
Differences: imageBPP?: number;
component/web.d.ts
New APINAClass name: LargestContentfulPaint;
API declaration: largestImageLoadStartTime?: number;
Differences: largestImageLoadStartTime?: number;
component/web.d.ts
New APINAClass name: LargestContentfulPaint;
API declaration: largestImageLoadEndTime?: number;
Differences: largestImageLoadEndTime?: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface RenderProcessNotRespondingData
Differences: declare interface RenderProcessNotRespondingData
component/web.d.ts
New APINAClass name: RenderProcessNotRespondingData;
API declaration: jsStack: string;
Differences: jsStack: string;
component/web.d.ts
New APINAClass name: RenderProcessNotRespondingData;
API declaration: pid: number;
Differences: pid: number;
component/web.d.ts
New APINAClass name: RenderProcessNotRespondingData;
API declaration: reason: RenderProcessNotRespondingReason;
Differences: reason: RenderProcessNotRespondingReason;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnPageEndEvent
Differences: declare interface OnPageEndEvent
component/web.d.ts
New APINAClass name: OnPageEndEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnPageBeginEvent
Differences: declare interface OnPageBeginEvent
component/web.d.ts
New APINAClass name: OnPageBeginEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnProgressChangeEvent
Differences: declare interface OnProgressChangeEvent
component/web.d.ts
New APINAClass name: OnProgressChangeEvent;
API declaration: newProgress: number;
Differences: newProgress: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnTitleReceiveEvent
Differences: declare interface OnTitleReceiveEvent
component/web.d.ts
New APINAClass name: OnTitleReceiveEvent;
API declaration: title: string;
Differences: title: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnGeolocationShowEvent
Differences: declare interface OnGeolocationShowEvent
component/web.d.ts
New APINAClass name: OnGeolocationShowEvent;
API declaration: origin: string;
Differences: origin: string;
component/web.d.ts
New APINAClass name: OnGeolocationShowEvent;
API declaration: geolocation: JsGeolocation;
Differences: geolocation: JsGeolocation;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnAlertEvent
Differences: declare interface OnAlertEvent
component/web.d.ts
New APINAClass name: OnAlertEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnAlertEvent;
API declaration: message: string;
Differences: message: string;
component/web.d.ts
New APINAClass name: OnAlertEvent;
API declaration: result: JsResult;
Differences: result: JsResult;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnBeforeUnloadEvent
Differences: declare interface OnBeforeUnloadEvent
component/web.d.ts
New APINAClass name: OnBeforeUnloadEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnBeforeUnloadEvent;
API declaration: message: string;
Differences: message: string;
component/web.d.ts
New APINAClass name: OnBeforeUnloadEvent;
API declaration: result: JsResult;
Differences: result: JsResult;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnConfirmEvent
Differences: declare interface OnConfirmEvent
component/web.d.ts
New APINAClass name: OnConfirmEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnConfirmEvent;
API declaration: message: string;
Differences: message: string;
component/web.d.ts
New APINAClass name: OnConfirmEvent;
API declaration: result: JsResult;
Differences: result: JsResult;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnPromptEvent
Differences: declare interface OnPromptEvent
component/web.d.ts
New APINAClass name: OnPromptEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnPromptEvent;
API declaration: message: string;
Differences: message: string;
component/web.d.ts
New APINAClass name: OnPromptEvent;
API declaration: value: string;
Differences: value: string;
component/web.d.ts
New APINAClass name: OnPromptEvent;
API declaration: result: JsResult;
Differences: result: JsResult;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnConsoleEvent
Differences: declare interface OnConsoleEvent
component/web.d.ts
New APINAClass name: OnConsoleEvent;
API declaration: message: ConsoleMessage;
Differences: message: ConsoleMessage;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnErrorReceiveEvent
Differences: declare interface OnErrorReceiveEvent
component/web.d.ts
New APINAClass name: OnErrorReceiveEvent;
API declaration: request: WebResourceRequest;
Differences: request: WebResourceRequest;
component/web.d.ts
New APINAClass name: OnErrorReceiveEvent;
API declaration: error: WebResourceError;
Differences: error: WebResourceError;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnHttpErrorReceiveEvent
Differences: declare interface OnHttpErrorReceiveEvent
component/web.d.ts
New APINAClass name: OnHttpErrorReceiveEvent;
API declaration: request: WebResourceRequest;
Differences: request: WebResourceRequest;
component/web.d.ts
New APINAClass name: OnHttpErrorReceiveEvent;
API declaration: response: WebResourceResponse;
Differences: response: WebResourceResponse;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnDownloadStartEvent
Differences: declare interface OnDownloadStartEvent
component/web.d.ts
New APINAClass name: OnDownloadStartEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnDownloadStartEvent;
API declaration: userAgent: string;
Differences: userAgent: string;
component/web.d.ts
New APINAClass name: OnDownloadStartEvent;
API declaration: contentDisposition: string;
Differences: contentDisposition: string;
component/web.d.ts
New APINAClass name: OnDownloadStartEvent;
API declaration: mimetype: string;
Differences: mimetype: string;
component/web.d.ts
New APINAClass name: OnDownloadStartEvent;
API declaration: contentLength: number;
Differences: contentLength: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnRefreshAccessedHistoryEvent
Differences: declare interface OnRefreshAccessedHistoryEvent
component/web.d.ts
New APINAClass name: OnRefreshAccessedHistoryEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnRefreshAccessedHistoryEvent;
API declaration: isRefreshed: boolean;
Differences: isRefreshed: boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnRenderExitedEvent
Differences: declare interface OnRenderExitedEvent
component/web.d.ts
New APINAClass name: OnRenderExitedEvent;
API declaration: renderExitReason: RenderExitReason;
Differences: renderExitReason: RenderExitReason;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnShowFileSelectorEvent
Differences: declare interface OnShowFileSelectorEvent
component/web.d.ts
New APINAClass name: OnShowFileSelectorEvent;
API declaration: result: FileSelectorResult;
Differences: result: FileSelectorResult;
component/web.d.ts
New APINAClass name: OnShowFileSelectorEvent;
API declaration: fileSelector: FileSelectorParam;
Differences: fileSelector: FileSelectorParam;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnResourceLoadEvent
Differences: declare interface OnResourceLoadEvent
component/web.d.ts
New APINAClass name: OnResourceLoadEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnScaleChangeEvent
Differences: declare interface OnScaleChangeEvent
component/web.d.ts
New APINAClass name: OnScaleChangeEvent;
API declaration: oldScale: number;
Differences: oldScale: number;
component/web.d.ts
New APINAClass name: OnScaleChangeEvent;
API declaration: newScale: number;
Differences: newScale: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnHttpAuthRequestEvent
Differences: declare interface OnHttpAuthRequestEvent
component/web.d.ts
New APINAClass name: OnHttpAuthRequestEvent;
API declaration: handler: HttpAuthHandler;
Differences: handler: HttpAuthHandler;
component/web.d.ts
New APINAClass name: OnHttpAuthRequestEvent;
API declaration: host: string;
Differences: host: string;
component/web.d.ts
New APINAClass name: OnHttpAuthRequestEvent;
API declaration: realm: string;
Differences: realm: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnInterceptRequestEvent
Differences: declare interface OnInterceptRequestEvent
component/web.d.ts
New APINAClass name: OnInterceptRequestEvent;
API declaration: request: WebResourceRequest;
Differences: request: WebResourceRequest;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnPermissionRequestEvent
Differences: declare interface OnPermissionRequestEvent
component/web.d.ts
New APINAClass name: OnPermissionRequestEvent;
API declaration: request: PermissionRequest;
Differences: request: PermissionRequest;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnScreenCaptureRequestEvent
Differences: declare interface OnScreenCaptureRequestEvent
component/web.d.ts
New APINAClass name: OnScreenCaptureRequestEvent;
API declaration: handler: ScreenCaptureHandler;
Differences: handler: ScreenCaptureHandler;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnContextMenuShowEvent
Differences: declare interface OnContextMenuShowEvent
component/web.d.ts
New APINAClass name: OnContextMenuShowEvent;
API declaration: param: WebContextMenuParam;
Differences: param: WebContextMenuParam;
component/web.d.ts
New APINAClass name: OnContextMenuShowEvent;
API declaration: result: WebContextMenuResult;
Differences: result: WebContextMenuResult;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnSearchResultReceiveEvent
Differences: declare interface OnSearchResultReceiveEvent
component/web.d.ts
New APINAClass name: OnSearchResultReceiveEvent;
API declaration: activeMatchOrdinal: number;
Differences: activeMatchOrdinal: number;
component/web.d.ts
New APINAClass name: OnSearchResultReceiveEvent;
API declaration: numberOfMatches: number;
Differences: numberOfMatches: number;
component/web.d.ts
New APINAClass name: OnSearchResultReceiveEvent;
API declaration: isDoneCounting: boolean;
Differences: isDoneCounting: boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnScrollEvent
Differences: declare interface OnScrollEvent
component/web.d.ts
New APINAClass name: OnScrollEvent;
API declaration: xOffset: number;
Differences: xOffset: number;
component/web.d.ts
New APINAClass name: OnScrollEvent;
API declaration: yOffset: number;
Differences: yOffset: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnSslErrorEventReceiveEvent
Differences: declare interface OnSslErrorEventReceiveEvent
component/web.d.ts
New APINAClass name: OnSslErrorEventReceiveEvent;
API declaration: handler: SslErrorHandler;
Differences: handler: SslErrorHandler;
component/web.d.ts
New APINAClass name: OnSslErrorEventReceiveEvent;
API declaration: error: SslError;
Differences: error: SslError;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnClientAuthenticationEvent
Differences: declare interface OnClientAuthenticationEvent
component/web.d.ts
New APINAClass name: OnClientAuthenticationEvent;
API declaration: handler: ClientAuthenticationHandler;
Differences: handler: ClientAuthenticationHandler;
component/web.d.ts
New APINAClass name: OnClientAuthenticationEvent;
API declaration: host: string;
Differences: host: string;
component/web.d.ts
New APINAClass name: OnClientAuthenticationEvent;
API declaration: port: number;
Differences: port: number;
component/web.d.ts
New APINAClass name: OnClientAuthenticationEvent;
API declaration: keyTypes: Array<string>;
Differences: keyTypes: Array<string>;
component/web.d.ts
New APINAClass name: OnClientAuthenticationEvent;
API declaration: issuers: Array<string>;
Differences: issuers: Array<string>;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnWindowNewEvent
Differences: declare interface OnWindowNewEvent
component/web.d.ts
New APINAClass name: OnWindowNewEvent;
API declaration: isAlert: boolean;
Differences: isAlert: boolean;
component/web.d.ts
New APINAClass name: OnWindowNewEvent;
API declaration: isUserTrigger: boolean;
Differences: isUserTrigger: boolean;
component/web.d.ts
New APINAClass name: OnWindowNewEvent;
API declaration: targetUrl: string;
Differences: targetUrl: string;
component/web.d.ts
New APINAClass name: OnWindowNewEvent;
API declaration: handler: ControllerHandler;
Differences: handler: ControllerHandler;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnTouchIconUrlReceivedEvent
Differences: declare interface OnTouchIconUrlReceivedEvent
component/web.d.ts
New APINAClass name: OnTouchIconUrlReceivedEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: OnTouchIconUrlReceivedEvent;
API declaration: precomposed: boolean;
Differences: precomposed: boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnFaviconReceivedEvent
Differences: declare interface OnFaviconReceivedEvent
component/web.d.ts
New APINAClass name: OnFaviconReceivedEvent;
API declaration: favicon: PixelMap;
Differences: favicon: PixelMap;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnPageVisibleEvent
Differences: declare interface OnPageVisibleEvent
component/web.d.ts
New APINAClass name: OnPageVisibleEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnDataResubmittedEvent
Differences: declare interface OnDataResubmittedEvent
component/web.d.ts
New APINAClass name: OnDataResubmittedEvent;
API declaration: handler: DataResubmissionHandler;
Differences: handler: DataResubmissionHandler;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnAudioStateChangedEvent
Differences: declare interface OnAudioStateChangedEvent
component/web.d.ts
New APINAClass name: OnAudioStateChangedEvent;
API declaration: playing: boolean;
Differences: playing: boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnFirstContentfulPaintEvent
Differences: declare interface OnFirstContentfulPaintEvent
component/web.d.ts
New APINAClass name: OnFirstContentfulPaintEvent;
API declaration: navigationStartTick: number;
Differences: navigationStartTick: number;
component/web.d.ts
New APINAClass name: OnFirstContentfulPaintEvent;
API declaration: firstContentfulPaintMs: number;
Differences: firstContentfulPaintMs: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnLoadInterceptEvent
Differences: declare interface OnLoadInterceptEvent
component/web.d.ts
New APINAClass name: OnLoadInterceptEvent;
API declaration: data: WebResourceRequest;
Differences: data: WebResourceRequest;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface OnOverScrollEvent
Differences: declare interface OnOverScrollEvent
component/web.d.ts
New APINAClass name: OnOverScrollEvent;
API declaration: xOffset: number;
Differences: xOffset: number;
component/web.d.ts
New APINAClass name: OnOverScrollEvent;
API declaration: yOffset: number;
Differences: yOffset: number;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface JavaScriptProxy
Differences: declare interface JavaScriptProxy
component/web.d.ts
New APINAClass name: JavaScriptProxy;
API declaration: object: object;
Differences: object: object;
component/web.d.ts
New APINAClass name: JavaScriptProxy;
API declaration: name: string;
Differences: name: string;
component/web.d.ts
New APINAClass name: JavaScriptProxy;
API declaration: methodList: Array<string>;
Differences: methodList: Array<string>;
component/web.d.ts
New APINAClass name: JavaScriptProxy;
API declaration: controller: WebController |WebviewController;
Differences: controller: WebController |WebviewController;
component/web.d.ts
New APINAClass name: JavaScriptProxy;
API declaration: asyncMethodList?: Array<string>;
Differences: asyncMethodList?: Array<string>;
component/web.d.ts
New APINAClass name: JavaScriptProxy;
API declaration: permission?: string;
Differences: permission?: string;
component/web.d.ts
New APINAClass name: global;
API declaration: declare enum WebKeyboardAvoidMode
Differences: declare enum WebKeyboardAvoidMode
component/web.d.ts
New APINAClass name: WebKeyboardAvoidMode;
API declaration: RESIZE_VISUAL = 0
Differences: RESIZE_VISUAL = 0
component/web.d.ts
New APINAClass name: WebKeyboardAvoidMode;
API declaration: RESIZE_CONTENT = 1
Differences: RESIZE_CONTENT = 1
component/web.d.ts
New APINAClass name: WebKeyboardAvoidMode;
API declaration: OVERLAYS_CONTENT = 2
Differences: OVERLAYS_CONTENT = 2
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: metaViewport(enabled: boolean): WebAttribute;
Differences: metaViewport(enabled: boolean): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onSslErrorEvent(callback: OnSslErrorEventCallback): WebAttribute;
Differences: onSslErrorEvent(callback: OnSslErrorEventCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: defaultTextEncodingFormat(textEncodingFormat: string): WebAttribute;
Differences: defaultTextEncodingFormat(textEncodingFormat: string): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onFirstMeaningfulPaint(callback: OnFirstMeaningfulPaintCallback): WebAttribute;
Differences: onFirstMeaningfulPaint(callback: OnFirstMeaningfulPaintCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onLargestContentfulPaint(callback: OnLargestContentfulPaintCallback): WebAttribute;
Differences: onLargestContentfulPaint(callback: OnLargestContentfulPaintCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onIntelligentTrackingPreventionResult(callback: OnIntelligentTrackingPreventionCallback): WebAttribute;
Differences: onIntelligentTrackingPreventionResult(callback: OnIntelligentTrackingPreventionCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: registerNativeEmbedRule(tag: string, type: string): WebAttribute;
Differences: registerNativeEmbedRule(tag: string, type: string): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onNativeEmbedVisibilityChange(callback: OnNativeEmbedVisibilityChangeCallback): WebAttribute;
Differences: onNativeEmbedVisibilityChange(callback: OnNativeEmbedVisibilityChangeCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onOverrideUrlLoading(callback: OnOverrideUrlLoadingCallback): WebAttribute;
Differences: onOverrideUrlLoading(callback: OnOverrideUrlLoadingCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: textAutosizing(textAutosizing: boolean): WebAttribute;
Differences: textAutosizing(textAutosizing: boolean): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: enableNativeMediaPlayer(config: NativeMediaPlayerConfig): WebAttribute;
Differences: enableNativeMediaPlayer(config: NativeMediaPlayerConfig): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onRenderProcessNotResponding(callback: OnRenderProcessNotRespondingCallback): WebAttribute;
Differences: onRenderProcessNotResponding(callback: OnRenderProcessNotRespondingCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onRenderProcessResponding(callback: OnRenderProcessRespondingCallback): WebAttribute;
Differences: onRenderProcessResponding(callback: OnRenderProcessRespondingCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: selectionMenuOptions(expandedMenuOptions: Array<ExpandedMenuItemOptions>): WebAttribute;
Differences: selectionMenuOptions(expandedMenuOptions: Array<ExpandedMenuItemOptions>): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onViewportFitChanged(callback: OnViewportFitChangedCallback): WebAttribute;
Differences: onViewportFitChanged(callback: OnViewportFitChangedCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onInterceptKeyboardAttach(callback: WebKeyboardCallback): WebAttribute;
Differences: onInterceptKeyboardAttach(callback: WebKeyboardCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: onAdsBlocked(callback: OnAdsBlockedCallback): WebAttribute;
Differences: onAdsBlocked(callback: OnAdsBlockedCallback): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: keyboardAvoidMode(mode: WebKeyboardAvoidMode): WebAttribute;
Differences: keyboardAvoidMode(mode: WebKeyboardAvoidMode): WebAttribute;
component/web.d.ts
New APINAClass name: WebAttribute;
API declaration: editMenuOptions(editMenu: EditMenuOptions): WebAttribute;
Differences: editMenuOptions(editMenu: EditMenuOptions): WebAttribute;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface SslErrorEvent
Differences: declare interface SslErrorEvent
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: handler: SslErrorHandler;
Differences: handler: SslErrorHandler;
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: error: SslError;
Differences: error: SslError;
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: url: string;
Differences: url: string;
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: originalUrl: string;
Differences: originalUrl: string;
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: referrer: string;
Differences: referrer: string;
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: isFatalError: boolean;
Differences: isFatalError: boolean;
component/web.d.ts
New APINAClass name: SslErrorEvent;
API declaration: isMainFrame: boolean;
Differences: isMainFrame: boolean;
component/web.d.ts
New APINAClass name: global;
API declaration: declare interface ExpandedMenuItemOptions
Differences: declare interface ExpandedMenuItemOptions
component/web.d.ts
New APINAClass name: ExpandedMenuItemOptions;
API declaration: content: ResourceStr;
Differences: content: ResourceStr;
component/web.d.ts
New APINAClass name: ExpandedMenuItemOptions;
API declaration: startIcon?: ResourceStr;
Differences: startIcon?: ResourceStr;
component/web.d.ts
New APINAClass name: ExpandedMenuItemOptions;
API declaration: action: (selectedText: {
plainText: string;
}) => void;
Differences: action: (selectedText: {
plainText: string;
}) => void;
component/web.d.ts
New APINAClass name: global;
API declaration: export declare enum WebNetErrorList
Differences: export declare enum WebNetErrorList
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: NET_OK = 0
Differences: NET_OK = 0
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_IO_PENDING = -1
Differences: ERR_IO_PENDING = -1
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FAILED = -2
Differences: ERR_FAILED = -2
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ABORTED = -3
Differences: ERR_ABORTED = -3
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_ARGUMENT = -4
Differences: ERR_INVALID_ARGUMENT = -4
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_HANDLE = -5
Differences: ERR_INVALID_HANDLE = -5
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FILE_NOT_FOUND = -6
Differences: ERR_FILE_NOT_FOUND = -6
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TIMED_OUT = -7
Differences: ERR_TIMED_OUT = -7
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FILE_TOO_LARGE = -8
Differences: ERR_FILE_TOO_LARGE = -8
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNEXPECTED = -9
Differences: ERR_UNEXPECTED = -9
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ACCESS_DENIED = -10
Differences: ERR_ACCESS_DENIED = -10
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NOT_IMPLEMENTED = -11
Differences: ERR_NOT_IMPLEMENTED = -11
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INSUFFICIENT_RESOURCES = -12
Differences: ERR_INSUFFICIENT_RESOURCES = -12
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_OUT_OF_MEMORY = -13
Differences: ERR_OUT_OF_MEMORY = -13
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UPLOAD_FILE_CHANGED = -14
Differences: ERR_UPLOAD_FILE_CHANGED = -14
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKET_NOT_CONNECTED = -15
Differences: ERR_SOCKET_NOT_CONNECTED = -15
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FILE_EXISTS = -16
Differences: ERR_FILE_EXISTS = -16
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FILE_PATH_TOO_LONG = -17
Differences: ERR_FILE_PATH_TOO_LONG = -17
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FILE_NO_SPACE = -18
Differences: ERR_FILE_NO_SPACE = -18
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FILE_VIRUS_INFECTED = -19
Differences: ERR_FILE_VIRUS_INFECTED = -19
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_BLOCKED_BY_CLIENT = -20
Differences: ERR_BLOCKED_BY_CLIENT = -20
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NETWORK_CHANGED = -21
Differences: ERR_NETWORK_CHANGED = -21
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_BLOCKED_BY_ADMINISTRATOR = -22
Differences: ERR_BLOCKED_BY_ADMINISTRATOR = -22
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKET_CONNECTED = -23
Differences: ERR_SOCKET_CONNECTED = -23
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED = -25
Differences: ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED = -25
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONTEXT_SHUT_DOWN = -26
Differences: ERR_CONTEXT_SHUT_DOWN = -26
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_BLOCKED_BY_RESPONSE = -27
Differences: ERR_BLOCKED_BY_RESPONSE = -27
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CLEARTEXT_NOT_PERMITTED = -29
Differences: ERR_CLEARTEXT_NOT_PERMITTED = -29
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_BLOCKED_BY_CSP = -30
Differences: ERR_BLOCKED_BY_CSP = -30
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_H2_OR_QUIC_REQUIRED = -31
Differences: ERR_H2_OR_QUIC_REQUIRED = -31
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_BLOCKED_BY_ORB = -32
Differences: ERR_BLOCKED_BY_ORB = -32
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONNECTION_CLOSED = -100
Differences: ERR_CONNECTION_CLOSED = -100
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONNECTION_RESET = -101
Differences: ERR_CONNECTION_RESET = -101
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONNECTION_REFUSED = -102
Differences: ERR_CONNECTION_REFUSED = -102
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONNECTION_ABORTED = -103
Differences: ERR_CONNECTION_ABORTED = -103
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONNECTION_FAILED = -104
Differences: ERR_CONNECTION_FAILED = -104
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NAME_NOT_RESOLVED = -105
Differences: ERR_NAME_NOT_RESOLVED = -105
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INTERNET_DISCONNECTED = -106
Differences: ERR_INTERNET_DISCONNECTED = -106
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_PROTOCOL_ERROR = -107
Differences: ERR_SSL_PROTOCOL_ERROR = -107
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ADDRESS_INVALID = -108
Differences: ERR_ADDRESS_INVALID = -108
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ADDRESS_UNREACHABLE = -109
Differences: ERR_ADDRESS_UNREACHABLE = -109
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_CLIENT_AUTH_CERT_NEEDED = -110
Differences: ERR_SSL_CLIENT_AUTH_CERT_NEEDED = -110
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TUNNEL_CONNECTION_FAILED = -111
Differences: ERR_TUNNEL_CONNECTION_FAILED = -111
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NO_SSL_VERSIONS_ENABLED = -112
Differences: ERR_NO_SSL_VERSIONS_ENABLED = -112
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_VERSION_OR_CIPHER_MISMATCH = -113
Differences: ERR_SSL_VERSION_OR_CIPHER_MISMATCH = -113
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_RENEGOTIATION_REQUESTED = -114
Differences: ERR_SSL_RENEGOTIATION_REQUESTED = -114
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PROXY_AUTH_UNSUPPORTED = -115
Differences: ERR_PROXY_AUTH_UNSUPPORTED = -115
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_BAD_SSL_CLIENT_AUTH_CERT = -117
Differences: ERR_BAD_SSL_CLIENT_AUTH_CERT = -117
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONNECTION_TIMED_OUT = -118
Differences: ERR_CONNECTION_TIMED_OUT = -118
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HOST_RESOLVER_QUEUE_TOO_LARGE = -119
Differences: ERR_HOST_RESOLVER_QUEUE_TOO_LARGE = -119
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKS_CONNECTION_FAILED = -120
Differences: ERR_SOCKS_CONNECTION_FAILED = -120
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKS_CONNECTION_HOST_UNREACHABLE = -121
Differences: ERR_SOCKS_CONNECTION_HOST_UNREACHABLE = -121
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ALPN_NEGOTIATION_FAILED = -122
Differences: ERR_ALPN_NEGOTIATION_FAILED = -122
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_NO_RENEGOTIATION = -123
Differences: ERR_SSL_NO_RENEGOTIATION = -123
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES = -124
Differences: ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES = -124
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_DECOMPRESSION_FAILURE_ALERT = -125
Differences: ERR_SSL_DECOMPRESSION_FAILURE_ALERT = -125
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_BAD_RECORD_MAC_ALERT = -126
Differences: ERR_SSL_BAD_RECORD_MAC_ALERT = -126
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PROXY_AUTH_REQUESTED = -127
Differences: ERR_PROXY_AUTH_REQUESTED = -127
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PROXY_CONNECTION_FAILED = -130
Differences: ERR_PROXY_CONNECTION_FAILED = -130
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_MANDATORY_PROXY_CONFIGURATION_FAILED = -131
Differences: ERR_MANDATORY_PROXY_CONFIGURATION_FAILED = -131
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PRECONNECT_MAX_SOCKET_LIMIT = -133
Differences: ERR_PRECONNECT_MAX_SOCKET_LIMIT = -133
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED = -134
Differences: ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED = -134
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY = -135
Differences: ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY = -135
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PROXY_CERTIFICATE_INVALID = -136
Differences: ERR_PROXY_CERTIFICATE_INVALID = -136
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NAME_RESOLUTION_FAILED = -137
Differences: ERR_NAME_RESOLUTION_FAILED = -137
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NETWORK_ACCESS_DENIED = -138
Differences: ERR_NETWORK_ACCESS_DENIED = -138
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TEMPORARILY_THROTTLED = -139
Differences: ERR_TEMPORARILY_THROTTLED = -139
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT = -140
Differences: ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT = -140
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED = -141
Differences: ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED = -141
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_MSG_TOO_BIG = -142
Differences: ERR_MSG_TOO_BIG = -142
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_WS_PROTOCOL_ERROR = -145
Differences: ERR_WS_PROTOCOL_ERROR = -145
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ADDRESS_IN_USE = -147
Differences: ERR_ADDRESS_IN_USE = -147
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_HANDSHAKE_NOT_COMPLETED = -148
Differences: ERR_SSL_HANDSHAKE_NOT_COMPLETED = -148
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_BAD_PEER_PUBLIC_KEY = -149
Differences: ERR_SSL_BAD_PEER_PUBLIC_KEY = -149
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN = -150
Differences: ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN = -150
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED = -151
Differences: ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED = -151
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_DECRYPT_ERROR_ALERT = -153
Differences: ERR_SSL_DECRYPT_ERROR_ALERT = -153
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_WS_THROTTLE_QUEUE_TOO_LARGE = -154
Differences: ERR_WS_THROTTLE_QUEUE_TOO_LARGE = -154
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_SERVER_CERT_CHANGED = -156
Differences: ERR_SSL_SERVER_CERT_CHANGED = -156
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_UNRECOGNIZED_NAME_ALERT = -159
Differences: ERR_SSL_UNRECOGNIZED_NAME_ALERT = -159
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR = -160
Differences: ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR = -160
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR = -161
Differences: ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR = -161
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE = -162
Differences: ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE = -162
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE = -163
Differences: ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE = -163
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT = -164
Differences: ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT = -164
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ICANN_NAME_COLLISION = -166
Differences: ERR_ICANN_NAME_COLLISION = -166
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_SERVER_CERT_BAD_FORMAT = -167
Differences: ERR_SSL_SERVER_CERT_BAD_FORMAT = -167
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CT_STH_PARSING_FAILED = -168
Differences: ERR_CT_STH_PARSING_FAILED = -168
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CT_STH_INCOMPLETE = -169
Differences: ERR_CT_STH_INCOMPLETE = -169
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH = -170
Differences: ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH = -170
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED = -171
Differences: ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED = -171
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_OBSOLETE_CIPHER = -172
Differences: ERR_SSL_OBSOLETE_CIPHER = -172
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_WS_UPGRADE = -173
Differences: ERR_WS_UPGRADE = -173
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_READ_IF_READY_NOT_IMPLEMENTED = -174
Differences: ERR_READ_IF_READY_NOT_IMPLEMENTED = -174
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NO_BUFFER_SPACE = -176
Differences: ERR_NO_BUFFER_SPACE = -176
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS = -177
Differences: ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS = -177
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_EARLY_DATA_REJECTED = -178
Differences: ERR_EARLY_DATA_REJECTED = -178
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_WRONG_VERSION_ON_EARLY_DATA = -179
Differences: ERR_WRONG_VERSION_ON_EARLY_DATA = -179
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TLS13_DOWNGRADE_DETECTED = -180
Differences: ERR_TLS13_DOWNGRADE_DETECTED = -180
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_KEY_USAGE_INCOMPATIBLE = -181
Differences: ERR_SSL_KEY_USAGE_INCOMPATIBLE = -181
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_ECH_CONFIG_LIST = -182
Differences: ERR_INVALID_ECH_CONFIG_LIST = -182
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ECH_NOT_NEGOTIATED = -183
Differences: ERR_ECH_NOT_NEGOTIATED = -183
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ECH_FALLBACK_CERTIFICATE_INVALID = -184
Differences: ERR_ECH_FALLBACK_CERTIFICATE_INVALID = -184
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_COMMON_NAME_INVALID = -200
Differences: ERR_CERT_COMMON_NAME_INVALID = -200
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_DATE_INVALID = -201
Differences: ERR_CERT_DATE_INVALID = -201
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_AUTHORITY_INVALID = -202
Differences: ERR_CERT_AUTHORITY_INVALID = -202
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_CONTAINS_ERRORS = -203
Differences: ERR_CERT_CONTAINS_ERRORS = -203
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_NO_REVOCATION_MECHANISM = -204
Differences: ERR_CERT_NO_REVOCATION_MECHANISM = -204
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_UNABLE_TO_CHECK_REVOCATION = -205
Differences: ERR_CERT_UNABLE_TO_CHECK_REVOCATION = -205
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_REVOKED = -206
Differences: ERR_CERT_REVOKED = -206
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_INVALID = -207
Differences: ERR_CERT_INVALID = -207
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_WEAK_SIGNATURE_ALGORITHM = -208
Differences: ERR_CERT_WEAK_SIGNATURE_ALGORITHM = -208
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_NON_UNIQUE_NAME = -210
Differences: ERR_CERT_NON_UNIQUE_NAME = -210
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_WEAK_KEY = -211
Differences: ERR_CERT_WEAK_KEY = -211
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_NAME_CONSTRAINT_VIOLATION = -212
Differences: ERR_CERT_NAME_CONSTRAINT_VIOLATION = -212
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_VALIDITY_TOO_LONG = -213
Differences: ERR_CERT_VALIDITY_TOO_LONG = -213
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED = -214
Differences: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED = -214
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_SYMANTEC_LEGACY = -215
Differences: ERR_CERT_SYMANTEC_LEGACY = -215
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_KNOWN_INTERCEPTION_BLOCKED = -217
Differences: ERR_CERT_KNOWN_INTERCEPTION_BLOCKED = -217
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SSL_OBSOLETE_VERSION_OR_CIPHER = -218
Differences: ERR_SSL_OBSOLETE_VERSION_OR_CIPHER = -218
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_END = -219
Differences: ERR_CERT_END = -219
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_URL = -300
Differences: ERR_INVALID_URL = -300
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DISALLOWED_URL_SCHEME = -301
Differences: ERR_DISALLOWED_URL_SCHEME = -301
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNKNOWN_URL_SCHEME = -302
Differences: ERR_UNKNOWN_URL_SCHEME = -302
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_REDIRECT = -303
Differences: ERR_INVALID_REDIRECT = -303
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TOO_MANY_REDIRECTS = -310
Differences: ERR_TOO_MANY_REDIRECTS = -310
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNSAFE_REDIRECT = -311
Differences: ERR_UNSAFE_REDIRECT = -311
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNSAFE_PORT = -312
Differences: ERR_UNSAFE_PORT = -312
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_RESPONSE = -320
Differences: ERR_INVALID_RESPONSE = -320
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_CHUNKED_ENCODING = -321
Differences: ERR_INVALID_CHUNKED_ENCODING = -321
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_METHOD_UNSUPPORTED = -322
Differences: ERR_METHOD_UNSUPPORTED = -322
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNEXPECTED_PROXY_AUTH = -323
Differences: ERR_UNEXPECTED_PROXY_AUTH = -323
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_EMPTY_RESPONSE = -324
Differences: ERR_EMPTY_RESPONSE = -324
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_RESPONSE_HEADERS_TOO_BIG = -325
Differences: ERR_RESPONSE_HEADERS_TOO_BIG = -325
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PAC_SCRIPT_FAILED = -327
Differences: ERR_PAC_SCRIPT_FAILED = -327
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_REQUEST_RANGE_NOT_SATISFIABLE = -328
Differences: ERR_REQUEST_RANGE_NOT_SATISFIABLE = -328
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_MALFORMED_IDENTITY = -329
Differences: ERR_MALFORMED_IDENTITY = -329
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONTENT_DECODING_FAILED = -330
Differences: ERR_CONTENT_DECODING_FAILED = -330
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NETWORK_IO_SUSPENDED = -331
Differences: ERR_NETWORK_IO_SUSPENDED = -331
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SYN_REPLY_NOT_RECEIVED = -332
Differences: ERR_SYN_REPLY_NOT_RECEIVED = -332
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ENCODING_CONVERSION_FAILED = -333
Differences: ERR_ENCODING_CONVERSION_FAILED = -333
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT = -334
Differences: ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT = -334
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NO_SUPPORTED_PROXIES = -336
Differences: ERR_NO_SUPPORTED_PROXIES = -336
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_PROTOCOL_ERROR = -337
Differences: ERR_HTTP2_PROTOCOL_ERROR = -337
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_AUTH_CREDENTIALS = -338
Differences: ERR_INVALID_AUTH_CREDENTIALS = -338
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNSUPPORTED_AUTH_SCHEME = -339
Differences: ERR_UNSUPPORTED_AUTH_SCHEME = -339
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ENCODING_DETECTION_FAILED = -340
Differences: ERR_ENCODING_DETECTION_FAILED = -340
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_MISSING_AUTH_CREDENTIALS = -341
Differences: ERR_MISSING_AUTH_CREDENTIALS = -341
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS = -342
Differences: ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS = -342
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_MISCONFIGURED_AUTH_ENVIRONMENT = -343
Differences: ERR_MISCONFIGURED_AUTH_ENVIRONMENT = -343
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS = -344
Differences: ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS = -344
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN = -345
Differences: ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN = -345
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH = -346
Differences: ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH = -346
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INCOMPLETE_HTTP2_HEADERS = -347
Differences: ERR_INCOMPLETE_HTTP2_HEADERS = -347
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PAC_NOT_IN_DHCP = -348
Differences: ERR_PAC_NOT_IN_DHCP = -348
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION = -349
Differences: ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION = -349
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION = -350
Differences: ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION = -350
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_SERVER_REFUSED_STREAM = -351
Differences: ERR_HTTP2_SERVER_REFUSED_STREAM = -351
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_PING_FAILED = -352
Differences: ERR_HTTP2_PING_FAILED = -352
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONTENT_LENGTH_MISMATCH = -354
Differences: ERR_CONTENT_LENGTH_MISMATCH = -354
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INCOMPLETE_CHUNKED_ENCODING = -355
Differences: ERR_INCOMPLETE_CHUNKED_ENCODING = -355
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_QUIC_PROTOCOL_ERROR = -356
Differences: ERR_QUIC_PROTOCOL_ERROR = -356
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_RESPONSE_HEADERS_TRUNCATED = -357
Differences: ERR_RESPONSE_HEADERS_TRUNCATED = -357
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_QUIC_HANDSHAKE_FAILED = -358
Differences: ERR_QUIC_HANDSHAKE_FAILED = -358
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY = -360
Differences: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY = -360
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_FLOW_CONTROL_ERROR = -361
Differences: ERR_HTTP2_FLOW_CONTROL_ERROR = -361
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_FRAME_SIZE_ERROR = -362
Differences: ERR_HTTP2_FRAME_SIZE_ERROR = -362
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_COMPRESSION_ERROR = -363
Differences: ERR_HTTP2_COMPRESSION_ERROR = -363
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION = -364
Differences: ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION = -364
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP_1_1_REQUIRED = -365
Differences: ERR_HTTP_1_1_REQUIRED = -365
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PROXY_HTTP_1_1_REQUIRED = -366
Differences: ERR_PROXY_HTTP_1_1_REQUIRED = -366
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PAC_SCRIPT_TERMINATED = -367
Differences: ERR_PAC_SCRIPT_TERMINATED = -367
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_HTTP_RESPONSE = -370
Differences: ERR_INVALID_HTTP_RESPONSE = -370
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CONTENT_DECODING_INIT_FAILED = -371
Differences: ERR_CONTENT_DECODING_INIT_FAILED = -371
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_RST_STREAM_NO_ERROR_RECEIVED = -372
Differences: ERR_HTTP2_RST_STREAM_NO_ERROR_RECEIVED = -372
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_PUSHED_STREAM_NOT_AVAILABLE = -373
Differences: ERR_HTTP2_PUSHED_STREAM_NOT_AVAILABLE = -373
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_CLAIMED_PUSHED_STREAM_RESET_BY_SERVER = -374
Differences: ERR_HTTP2_CLAIMED_PUSHED_STREAM_RESET_BY_SERVER = -374
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TOO_MANY_RETRIES = -375
Differences: ERR_TOO_MANY_RETRIES = -375
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_STREAM_CLOSED = -376
Differences: ERR_HTTP2_STREAM_CLOSED = -376
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_CLIENT_REFUSED_STREAM = -377
Differences: ERR_HTTP2_CLIENT_REFUSED_STREAM = -377
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP2_PUSHED_RESPONSE_DOES_NOT_MATCH = -378
Differences: ERR_HTTP2_PUSHED_RESPONSE_DOES_NOT_MATCH = -378
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_HTTP_RESPONSE_CODE_FAILURE = -379
Differences: ERR_HTTP_RESPONSE_CODE_FAILURE = -379
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_QUIC_UNKNOWN_CERT_ROOT = -380
Differences: ERR_QUIC_UNKNOWN_CERT_ROOT = -380
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED = -381
Differences: ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED = -381
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TOO_MANY_ACCEPT_CH_RESTARTS = -382
Differences: ERR_TOO_MANY_ACCEPT_CH_RESTARTS = -382
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INCONSISTENT_IP_ADDRESS_SPACE = -383
Differences: ERR_INCONSISTENT_IP_ADDRESS_SPACE = -383
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_LOCAL_NETWORK_ACCESS_POLICY = -384
Differences: ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_LOCAL_NETWORK_ACCESS_POLICY = -384
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_MISS = -400
Differences: ERR_CACHE_MISS = -400
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_READ_FAILURE = -401
Differences: ERR_CACHE_READ_FAILURE = -401
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_WRITE_FAILURE = -402
Differences: ERR_CACHE_WRITE_FAILURE = -402
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_OPERATION_UNSUPPORTED = -403
Differences: ERR_CACHE_OPERATION_UNSUPPORTED = -403
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_OPEN_FAILURE = -404
Differences: ERR_CACHE_OPEN_FAILURE = -404
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_CREATE_FAILURE = -405
Differences: ERR_CACHE_CREATE_FAILURE = -405
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_RACE = -406
Differences: ERR_CACHE_RACE = -406
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_CHECKSUM_READ_FAILURE = -407
Differences: ERR_CACHE_CHECKSUM_READ_FAILURE = -407
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_CHECKSUM_MISMATCH = -408
Differences: ERR_CACHE_CHECKSUM_MISMATCH = -408
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_LOCK_TIMEOUT = -409
Differences: ERR_CACHE_LOCK_TIMEOUT = -409
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_AUTH_FAILURE_AFTER_READ = -410
Differences: ERR_CACHE_AUTH_FAILURE_AFTER_READ = -410
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_ENTRY_NOT_SUITABLE = -411
Differences: ERR_CACHE_ENTRY_NOT_SUITABLE = -411
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_DOOM_FAILURE = -412
Differences: ERR_CACHE_DOOM_FAILURE = -412
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CACHE_OPEN_OR_CREATE_FAILURE = -413
Differences: ERR_CACHE_OPEN_OR_CREATE_FAILURE = -413
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INSECURE_RESPONSE = -501
Differences: ERR_INSECURE_RESPONSE = -501
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_NO_PRIVATE_KEY_FOR_CERT = -502
Differences: ERR_NO_PRIVATE_KEY_FOR_CERT = -502
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_ADD_USER_CERT_FAILED = -503
Differences: ERR_ADD_USER_CERT_FAILED = -503
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_SIGNED_EXCHANGE = -504
Differences: ERR_INVALID_SIGNED_EXCHANGE = -504
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_INVALID_WEB_BUNDLE = -505
Differences: ERR_INVALID_WEB_BUNDLE = -505
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TRUST_TOKEN_OPERATION_FAILED = -506
Differences: ERR_TRUST_TOKEN_OPERATION_FAILED = -506
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST = -507
Differences: ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST = -507
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_FAILED = -601
Differences: ERR_FTP_FAILED = -601
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_SERVICE_UNAVAILABLE = -602
Differences: ERR_FTP_SERVICE_UNAVAILABLE = -602
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_TRANSFER_ABORTED = -603
Differences: ERR_FTP_TRANSFER_ABORTED = -603
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_FILE_BUSY = -604
Differences: ERR_FTP_FILE_BUSY = -604
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_SYNTAX_ERROR = -605
Differences: ERR_FTP_SYNTAX_ERROR = -605
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_COMMAND_UNSUPPORTED = -606
Differences: ERR_FTP_COMMAND_UNSUPPORTED = -606
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_FTP_BAD_COMMAND_SEQUENCE = -607
Differences: ERR_FTP_BAD_COMMAND_SEQUENCE = -607
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PKCS12_IMPORT_BAD_PASSWORD = -701
Differences: ERR_PKCS12_IMPORT_BAD_PASSWORD = -701
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PKCS12_IMPORT_FAILED = -702
Differences: ERR_PKCS12_IMPORT_FAILED = -702
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_IMPORT_CA_CERT_NOT_CA = -703
Differences: ERR_IMPORT_CA_CERT_NOT_CA = -703
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_IMPORT_CERT_ALREADY_EXISTS = -704
Differences: ERR_IMPORT_CERT_ALREADY_EXISTS = -704
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_IMPORT_CA_CERT_FAILED = -705
Differences: ERR_IMPORT_CA_CERT_FAILED = -705
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_IMPORT_SERVER_CERT_FAILED = -706
Differences: ERR_IMPORT_SERVER_CERT_FAILED = -706
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PKCS12_IMPORT_INVALID_MAC = -707
Differences: ERR_PKCS12_IMPORT_INVALID_MAC = -707
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PKCS12_IMPORT_INVALID_FILE = -708
Differences: ERR_PKCS12_IMPORT_INVALID_FILE = -708
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PKCS12_IMPORT_UNSUPPORTED = -709
Differences: ERR_PKCS12_IMPORT_UNSUPPORTED = -709
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_KEY_GENERATION_FAILED = -710
Differences: ERR_KEY_GENERATION_FAILED = -710
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_PRIVATE_KEY_EXPORT_FAILED = -712
Differences: ERR_PRIVATE_KEY_EXPORT_FAILED = -712
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_SELF_SIGNED_CERT_GENERATION_FAILED = -713
Differences: ERR_SELF_SIGNED_CERT_GENERATION_FAILED = -713
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_DATABASE_CHANGED = -714
Differences: ERR_CERT_DATABASE_CHANGED = -714
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_CERT_VERIFIER_CHANGED = -716
Differences: ERR_CERT_VERIFIER_CHANGED = -716
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_MALFORMED_RESPONSE = -800
Differences: ERR_DNS_MALFORMED_RESPONSE = -800
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_SERVER_REQUIRES_TCP = -801
Differences: ERR_DNS_SERVER_REQUIRES_TCP = -801
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_SERVER_FAILED = -802
Differences: ERR_DNS_SERVER_FAILED = -802
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_TIMED_OUT = -803
Differences: ERR_DNS_TIMED_OUT = -803
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_CACHE_MISS = -804
Differences: ERR_DNS_CACHE_MISS = -804
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_SEARCH_EMPTY = -805
Differences: ERR_DNS_SEARCH_EMPTY = -805
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_SORT_ERROR = -806
Differences: ERR_DNS_SORT_ERROR = -806
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED = -808
Differences: ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED = -808
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_NAME_HTTPS_ONLY = -809
Differences: ERR_DNS_NAME_HTTPS_ONLY = -809
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_REQUEST_CANCELED = -810
Differences: ERR_DNS_REQUEST_CANCELED = -810
api/@ohos.web.netErrorList.d.ts
New APINAClass name: WebNetErrorList;
API declaration: ERR_DNS_NO_MATCHING_SUPPORTED_ALPN = -811
Differences: ERR_DNS_NO_MATCHING_SUPPORTED_ALPN = -811
api/@ohos.web.netErrorList.d.ts
New APINAClass name: webview;
API declaration: enum MediaPlaybackState
Differences: enum MediaPlaybackState
api/@ohos.web.webview.d.ts
New APINAClass name: MediaPlaybackState;
API declaration: NONE = 0
Differences: NONE = 0
api/@ohos.web.webview.d.ts
New APINAClass name: MediaPlaybackState;
API declaration: PLAYING = 1
Differences: PLAYING = 1
api/@ohos.web.webview.d.ts
New APINAClass name: MediaPlaybackState;
API declaration: PAUSED = 2
Differences: PAUSED = 2
api/@ohos.web.webview.d.ts
New APINAClass name: MediaPlaybackState;
API declaration: STOPPED = 3
Differences: STOPPED = 3
api/@ohos.web.webview.d.ts
New APINAClass name: WebCustomScheme;
API declaration: isStandard?: boolean;
Differences: isStandard?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebCustomScheme;
API declaration: isLocal?: boolean;
Differences: isLocal?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebCustomScheme;
API declaration: isDisplayIsolated?: boolean;
Differences: isDisplayIsolated?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebCustomScheme;
API declaration: isSecure?: boolean;
Differences: isSecure?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebCustomScheme;
API declaration: isCspBypassing?: boolean;
Differences: isCspBypassing?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebCustomScheme;
API declaration: isCodeCacheSupported?: boolean;
Differences: isCodeCacheSupported?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface RequestInfo
Differences: interface RequestInfo
api/@ohos.web.webview.d.ts
New APINAClass name: RequestInfo;
API declaration: url: string;
Differences: url: string;
api/@ohos.web.webview.d.ts
New APINAClass name: RequestInfo;
API declaration: method: string;
Differences: method: string;
api/@ohos.web.webview.d.ts
New APINAClass name: RequestInfo;
API declaration: formData: string;
Differences: formData: string;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface SnapshotInfo
Differences: interface SnapshotInfo
api/@ohos.web.webview.d.ts
New APINAClass name: SnapshotInfo;
API declaration: id?: string;
Differences: id?: string;
api/@ohos.web.webview.d.ts
New APINAClass name: SnapshotInfo;
API declaration: size?: SizeOptions;
Differences: size?: SizeOptions;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface SnapshotResult
Differences: interface SnapshotResult
api/@ohos.web.webview.d.ts
New APINAClass name: SnapshotResult;
API declaration: id?: string;
Differences: id?: string;
api/@ohos.web.webview.d.ts
New APINAClass name: SnapshotResult;
API declaration: status?: boolean;
Differences: status?: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: SnapshotResult;
API declaration: size?: SizeOptions;
Differences: size?: SizeOptions;
api/@ohos.web.webview.d.ts
New APINAClass name: SnapshotResult;
API declaration: imagePixelMap?: image.PixelMap;
Differences: imagePixelMap?: image.PixelMap;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum RenderProcessMode
Differences: enum RenderProcessMode
api/@ohos.web.webview.d.ts
New APINAClass name: RenderProcessMode;
API declaration: SINGLE = 0
Differences: SINGLE = 0
api/@ohos.web.webview.d.ts
New APINAClass name: RenderProcessMode;
API declaration: MULTIPLE
Differences: MULTIPLE
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface CacheOptions
Differences: interface CacheOptions
api/@ohos.web.webview.d.ts
New APINAClass name: CacheOptions;
API declaration: responseHeaders: Array<WebHeader>;
Differences: responseHeaders: Array<WebHeader>;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum OfflineResourceType
Differences: enum OfflineResourceType
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceType;
API declaration: IMAGE
Differences: IMAGE
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceType;
API declaration: CSS
Differences: CSS
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceType;
API declaration: CLASSIC_JS
Differences: CLASSIC_JS
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceType;
API declaration: MODULE_JS
Differences: MODULE_JS
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface OfflineResourceMap
Differences: interface OfflineResourceMap
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceMap;
API declaration: urlList: Array<string>;
Differences: urlList: Array<string>;
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceMap;
API declaration: resource: Uint8Array;
Differences: resource: Uint8Array;
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceMap;
API declaration: responseHeaders: Array<WebHeader>;
Differences: responseHeaders: Array<WebHeader>;
api/@ohos.web.webview.d.ts
New APINAClass name: OfflineResourceMap;
API declaration: type: OfflineResourceType;
Differences: type: OfflineResourceType;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum ScrollType
Differences: enum ScrollType
api/@ohos.web.webview.d.ts
New APINAClass name: ScrollType;
API declaration: EVENT
Differences: EVENT
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: setScrollable(enable: boolean, type?: ScrollType): void;
Differences: setScrollable(enable: boolean, type?: ScrollType): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: getScrollable(): boolean;
Differences: getScrollable(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: setPrintBackground(enable: boolean): void;
Differences: setPrintBackground(enable: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: getPrintBackground(): boolean;
Differences: getPrintBackground(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: getLastJavascriptProxyCallingFrameUrl(): string;
Differences: getLastJavascriptProxyCallingFrameUrl(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: startCamera(): void;
Differences: startCamera(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: stopCamera(): void;
Differences: stopCamera(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: closeCamera(): void;
Differences: closeCamera(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static pauseAllTimers(): void;
Differences: static pauseAllTimers(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static resumeAllTimers(): void;
Differences: static resumeAllTimers(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: stopAllMedia(): void;
Differences: stopAllMedia(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: resumeAllMedia(): void;
Differences: resumeAllMedia(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: pauseAllMedia(): void;
Differences: pauseAllMedia(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: closeAllMediaPresentations(): void;
Differences: closeAllMediaPresentations(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: getMediaPlaybackState(): MediaPlaybackState;
Differences: getMediaPlaybackState(): MediaPlaybackState;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: setWebSchemeHandler(scheme: string, handler: WebSchemeHandler): void;
Differences: setWebSchemeHandler(scheme: string, handler: WebSchemeHandler): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: clearWebSchemeHandler(): void;
Differences: clearWebSchemeHandler(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static setServiceWorkerWebSchemeHandler(scheme: string, handler: WebSchemeHandler): void;
Differences: static setServiceWorkerWebSchemeHandler(scheme: string, handler: WebSchemeHandler): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static clearServiceWorkerWebSchemeHandler(): void;
Differences: static clearServiceWorkerWebSchemeHandler(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: enableIntelligentTrackingPrevention(enable: boolean): void;
Differences: enableIntelligentTrackingPrevention(enable: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: isIntelligentTrackingPreventionEnabled(): boolean;
Differences: isIntelligentTrackingPreventionEnabled(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static addIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
Differences: static addIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static removeIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
Differences: static removeIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static clearIntelligentTrackingPreventionBypassingList(): void;
Differences: static clearIntelligentTrackingPreventionBypassingList(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: onCreateNativeMediaPlayer(callback: CreateNativeMediaPlayerCallback): void;
Differences: onCreateNativeMediaPlayer(callback: CreateNativeMediaPlayerCallback): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static enableWholeWebPageDrawing(): void;
Differences: static enableWholeWebPageDrawing(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: webPageSnapshot(info: SnapshotInfo, callback: AsyncCallback<SnapshotResult>): void;
Differences: webPageSnapshot(info: SnapshotInfo, callback: AsyncCallback<SnapshotResult>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static prefetchResource(request: RequestInfo, additionalHeaders?: Array<WebHeader>, cacheKey?: string, cacheValidTime?: number): void;
Differences: static prefetchResource(request: RequestInfo, additionalHeaders?: Array<WebHeader>, cacheKey?: string, cacheValidTime?: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static clearPrefetchedResource(cacheKeyList: Array<string>): void;
Differences: static clearPrefetchedResource(cacheKeyList: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static setRenderProcessMode(mode: RenderProcessMode): void;
Differences: static setRenderProcessMode(mode: RenderProcessMode): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static getRenderProcessMode(): RenderProcessMode;
Differences: static getRenderProcessMode(): RenderProcessMode;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: terminateRenderProcess(): boolean;
Differences: terminateRenderProcess(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: precompileJavaScript(url: string, script: string |Uint8Array, cacheOptions: CacheOptions): Promise<number>;
Differences: precompileJavaScript(url: string, script: string |Uint8Array, cacheOptions: CacheOptions): Promise<number>;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static setHostIP(hostName: string, address: string, aliveTime: number): void;
Differences: static setHostIP(hostName: string, address: string, aliveTime: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static clearHostIP(hostName: string): void;
Differences: static clearHostIP(hostName: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static warmupServiceWorker(url: string): void;
Differences: static warmupServiceWorker(url: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: injectOfflineResources(resourceMaps: Array<OfflineResourceMap>): void;
Differences: injectOfflineResources(resourceMaps: Array<OfflineResourceMap>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: enableAdsBlock(enable: boolean): void;
Differences: enableAdsBlock(enable: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: isAdsBlockEnabled(): boolean;
Differences: isAdsBlockEnabled(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: isAdsBlockEnabledForCurPage(): boolean;
Differences: isAdsBlockEnabledForCurPage(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: getSurfaceId(): string;
Differences: getSurfaceId(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: setUrlTrustList(urlTrustList: string): void;
Differences: setUrlTrustList(urlTrustList: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: setPathAllowingUniversalAccess(pathList: Array<string>): void;
Differences: setPathAllowingUniversalAccess(pathList: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: static enableBackForwardCache(features: BackForwardCacheSupportedFeatures): void;
Differences: static enableBackForwardCache(features: BackForwardCacheSupportedFeatures): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: setBackForwardCacheOptions(options: BackForwardCacheOptions): void;
Differences: setBackForwardCacheOptions(options: BackForwardCacheOptions): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebviewController;
API declaration: scrollByWithResult(deltaX: number, deltaY: number): boolean;
Differences: scrollByWithResult(deltaX: number, deltaY: number): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class WebHttpBodyStream
Differences: class WebHttpBodyStream
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: initialize(): Promise<void>;
Differences: initialize(): Promise<void>;
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: read(size: number): Promise<ArrayBuffer>;
Differences: read(size: number): Promise<ArrayBuffer>;
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: getSize(): number;
Differences: getSize(): number;
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: getPosition(): number;
Differences: getPosition(): number;
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: isChunked(): boolean;
Differences: isChunked(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: isEof(): boolean;
Differences: isEof(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebHttpBodyStream;
API declaration: isInMemory(): boolean;
Differences: isInMemory(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum WebResourceType
Differences: enum WebResourceType
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: MAIN_FRAME = 0
Differences: MAIN_FRAME = 0
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: SUB_FRAME = 1
Differences: SUB_FRAME = 1
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: STYLE_SHEET = 2
Differences: STYLE_SHEET = 2
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: SCRIPT = 3
Differences: SCRIPT = 3
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: IMAGE = 4
Differences: IMAGE = 4
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: FONT_RESOURCE = 5
Differences: FONT_RESOURCE = 5
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: SUB_RESOURCE = 6
Differences: SUB_RESOURCE = 6
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: OBJECT = 7
Differences: OBJECT = 7
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: MEDIA = 8
Differences: MEDIA = 8
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: WORKER = 9
Differences: WORKER = 9
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: SHARED_WORKER = 10
Differences: SHARED_WORKER = 10
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: PREFETCH = 11
Differences: PREFETCH = 11
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: FAVICON = 12
Differences: FAVICON = 12
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: XHR = 13
Differences: XHR = 13
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: PING = 14
Differences: PING = 14
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: SERVICE_WORKER = 15
Differences: SERVICE_WORKER = 15
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: CSP_REPORT = 16
Differences: CSP_REPORT = 16
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: PLUGIN_RESOURCE = 17
Differences: PLUGIN_RESOURCE = 17
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: NAVIGATION_PRELOAD_MAIN_FRAME = 19
Differences: NAVIGATION_PRELOAD_MAIN_FRAME = 19
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceType;
API declaration: NAVIGATION_PRELOAD_SUB_FRAME = 20
Differences: NAVIGATION_PRELOAD_SUB_FRAME = 20
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class WebSchemeHandlerRequest
Differences: class WebSchemeHandlerRequest
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getHeader(): Array<WebHeader>;
Differences: getHeader(): Array<WebHeader>;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getRequestUrl(): string;
Differences: getRequestUrl(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getRequestMethod(): string;
Differences: getRequestMethod(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getReferrer(): string;
Differences: getReferrer(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: isMainFrame(): boolean;
Differences: isMainFrame(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: hasGesture(): boolean;
Differences: hasGesture(): boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getHttpBodyStream(): WebHttpBodyStream |null;
Differences: getHttpBodyStream(): WebHttpBodyStream |null;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getRequestResourceType(): WebResourceType;
Differences: getRequestResourceType(): WebResourceType;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerRequest;
API declaration: getFrameUrl(): string;
Differences: getFrameUrl(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class WebSchemeHandlerResponse
Differences: class WebSchemeHandlerResponse
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setUrl(url: string): void;
Differences: setUrl(url: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getUrl(): string;
Differences: getUrl(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setNetErrorCode(code: WebNetErrorList): void;
Differences: setNetErrorCode(code: WebNetErrorList): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getNetErrorCode(): WebNetErrorList;
Differences: getNetErrorCode(): WebNetErrorList;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setStatus(code: number): void;
Differences: setStatus(code: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getStatus(): number;
Differences: getStatus(): number;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setStatusText(text: string): void;
Differences: setStatusText(text: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getStatusText(): string;
Differences: getStatusText(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setMimeType(type: string): void;
Differences: setMimeType(type: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getMimeType(): string;
Differences: getMimeType(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setEncoding(encoding: string): void;
Differences: setEncoding(encoding: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getEncoding(): string;
Differences: getEncoding(): string;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: setHeaderByName(name: string, value: string, overwrite: boolean): void;
Differences: setHeaderByName(name: string, value: string, overwrite: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandlerResponse;
API declaration: getHeaderByName(name: string): string;
Differences: getHeaderByName(name: string): string;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class WebResourceHandler
Differences: class WebResourceHandler
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceHandler;
API declaration: didReceiveResponse(response: WebSchemeHandlerResponse): void;
Differences: didReceiveResponse(response: WebSchemeHandlerResponse): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceHandler;
API declaration: didReceiveResponseBody(data: ArrayBuffer): void;
Differences: didReceiveResponseBody(data: ArrayBuffer): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceHandler;
API declaration: didFinish(): void;
Differences: didFinish(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebResourceHandler;
API declaration: didFail(code: WebNetErrorList): void;
Differences: didFail(code: WebNetErrorList): void;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class WebSchemeHandler
Differences: class WebSchemeHandler
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandler;
API declaration: onRequestStart(callback: (request: WebSchemeHandlerRequest, handler: WebResourceHandler) => boolean): void;
Differences: onRequestStart(callback: (request: WebSchemeHandlerRequest, handler: WebResourceHandler) => boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: WebSchemeHandler;
API declaration: onRequestStop(callback: Callback<WebSchemeHandlerRequest>): void;
Differences: onRequestStop(callback: Callback<WebSchemeHandlerRequest>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum PlaybackStatus
Differences: enum PlaybackStatus
api/@ohos.web.webview.d.ts
New APINAClass name: PlaybackStatus;
API declaration: PAUSED = 0
Differences: PAUSED = 0
api/@ohos.web.webview.d.ts
New APINAClass name: PlaybackStatus;
API declaration: PLAYING
Differences: PLAYING
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum NetworkState
Differences: enum NetworkState
api/@ohos.web.webview.d.ts
New APINAClass name: NetworkState;
API declaration: EMPTY = 0
Differences: EMPTY = 0
api/@ohos.web.webview.d.ts
New APINAClass name: NetworkState;
API declaration: IDLE
Differences: IDLE
api/@ohos.web.webview.d.ts
New APINAClass name: NetworkState;
API declaration: LOADING
Differences: LOADING
api/@ohos.web.webview.d.ts
New APINAClass name: NetworkState;
API declaration: NETWORK_ERROR
Differences: NETWORK_ERROR
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum ReadyState
Differences: enum ReadyState
api/@ohos.web.webview.d.ts
New APINAClass name: ReadyState;
API declaration: HAVE_NOTHING = 0
Differences: HAVE_NOTHING = 0
api/@ohos.web.webview.d.ts
New APINAClass name: ReadyState;
API declaration: HAVE_METADATA
Differences: HAVE_METADATA
api/@ohos.web.webview.d.ts
New APINAClass name: ReadyState;
API declaration: HAVE_CURRENT_DATA
Differences: HAVE_CURRENT_DATA
api/@ohos.web.webview.d.ts
New APINAClass name: ReadyState;
API declaration: HAVE_FUTURE_DATA
Differences: HAVE_FUTURE_DATA
api/@ohos.web.webview.d.ts
New APINAClass name: ReadyState;
API declaration: HAVE_ENOUGH_DATA
Differences: HAVE_ENOUGH_DATA
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum MediaError
Differences: enum MediaError
api/@ohos.web.webview.d.ts
New APINAClass name: MediaError;
API declaration: NETWORK_ERROR = 1
Differences: NETWORK_ERROR = 1
api/@ohos.web.webview.d.ts
New APINAClass name: MediaError;
API declaration: FORMAT_ERROR
Differences: FORMAT_ERROR
api/@ohos.web.webview.d.ts
New APINAClass name: MediaError;
API declaration: DECODE_ERROR
Differences: DECODE_ERROR
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface NativeMediaPlayerHandler
Differences: interface NativeMediaPlayerHandler
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleStatusChanged(status: PlaybackStatus): void;
Differences: handleStatusChanged(status: PlaybackStatus): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleVolumeChanged(volume: number): void;
Differences: handleVolumeChanged(volume: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleMutedChanged(muted: boolean): void;
Differences: handleMutedChanged(muted: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handlePlaybackRateChanged(playbackRate: number): void;
Differences: handlePlaybackRateChanged(playbackRate: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleDurationChanged(duration: number): void;
Differences: handleDurationChanged(duration: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleTimeUpdate(currentPlayTime: number): void;
Differences: handleTimeUpdate(currentPlayTime: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleBufferedEndTimeChanged(bufferedEndTime: number): void;
Differences: handleBufferedEndTimeChanged(bufferedEndTime: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleEnded(): void;
Differences: handleEnded(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleNetworkStateChanged(state: NetworkState): void;
Differences: handleNetworkStateChanged(state: NetworkState): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleReadyStateChanged(state: ReadyState): void;
Differences: handleReadyStateChanged(state: ReadyState): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleFullscreenChanged(fullscreen: boolean): void;
Differences: handleFullscreenChanged(fullscreen: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleSeeking(): void;
Differences: handleSeeking(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleSeekFinished(): void;
Differences: handleSeekFinished(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleError(error: MediaError, errorMessage: string): void;
Differences: handleError(error: MediaError, errorMessage: string): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerHandler;
API declaration: handleVideoSizeChanged(width: number, height: number): void;
Differences: handleVideoSizeChanged(width: number, height: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum SuspendType
Differences: enum SuspendType
api/@ohos.web.webview.d.ts
New APINAClass name: SuspendType;
API declaration: ENTER_BACK_FORWARD_CACHE = 0
Differences: ENTER_BACK_FORWARD_CACHE = 0
api/@ohos.web.webview.d.ts
New APINAClass name: SuspendType;
API declaration: ENTER_BACKGROUND
Differences: ENTER_BACKGROUND
api/@ohos.web.webview.d.ts
New APINAClass name: SuspendType;
API declaration: AUTO_CLEANUP
Differences: AUTO_CLEANUP
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface NativeMediaPlayerBridge
Differences: interface NativeMediaPlayerBridge
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: updateRect(x: number, y: number, width: number, height: number): void;
Differences: updateRect(x: number, y: number, width: number, height: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: play(): void;
Differences: play(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: pause(): void;
Differences: pause(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: seek(targetTime: number): void;
Differences: seek(targetTime: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: setVolume(volume: number): void;
Differences: setVolume(volume: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: setMuted(muted: boolean): void;
Differences: setMuted(muted: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: setPlaybackRate(playbackRate: number): void;
Differences: setPlaybackRate(playbackRate: number): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: release(): void;
Differences: release(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: enterFullscreen(): void;
Differences: enterFullscreen(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: exitFullscreen(): void;
Differences: exitFullscreen(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: resumePlayer?(): void;
Differences: resumePlayer?(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerBridge;
API declaration: suspendPlayer?(type: SuspendType): void;
Differences: suspendPlayer?(type: SuspendType): void;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum MediaType
Differences: enum MediaType
api/@ohos.web.webview.d.ts
New APINAClass name: MediaType;
API declaration: VIDEO = 0
Differences: VIDEO = 0
api/@ohos.web.webview.d.ts
New APINAClass name: MediaType;
API declaration: AUDIO
Differences: AUDIO
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum SourceType
Differences: enum SourceType
api/@ohos.web.webview.d.ts
New APINAClass name: SourceType;
API declaration: URL = 0
Differences: URL = 0
api/@ohos.web.webview.d.ts
New APINAClass name: SourceType;
API declaration: MSE
Differences: MSE
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class MediaSourceInfo
Differences: class MediaSourceInfo
api/@ohos.web.webview.d.ts
New APINAClass name: MediaSourceInfo;
API declaration: type: SourceType;
Differences: type: SourceType;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaSourceInfo;
API declaration: source: string;
Differences: source: string;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaSourceInfo;
API declaration: format: string;
Differences: format: string;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface RectEvent
Differences: interface RectEvent
api/@ohos.web.webview.d.ts
New APINAClass name: RectEvent;
API declaration: x: number;
Differences: x: number;
api/@ohos.web.webview.d.ts
New APINAClass name: RectEvent;
API declaration: y: number;
Differences: y: number;
api/@ohos.web.webview.d.ts
New APINAClass name: RectEvent;
API declaration: width: number;
Differences: width: number;
api/@ohos.web.webview.d.ts
New APINAClass name: RectEvent;
API declaration: height: number;
Differences: height: number;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class NativeMediaPlayerSurfaceInfo
Differences: class NativeMediaPlayerSurfaceInfo
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerSurfaceInfo;
API declaration: id: string;
Differences: id: string;
api/@ohos.web.webview.d.ts
New APINAClass name: NativeMediaPlayerSurfaceInfo;
API declaration: rect: RectEvent;
Differences: rect: RectEvent;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: enum Preload
Differences: enum Preload
api/@ohos.web.webview.d.ts
New APINAClass name: Preload;
API declaration: NONE = 0
Differences: NONE = 0
api/@ohos.web.webview.d.ts
New APINAClass name: Preload;
API declaration: METADATA
Differences: METADATA
api/@ohos.web.webview.d.ts
New APINAClass name: Preload;
API declaration: AUTO
Differences: AUTO
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: interface MediaInfo
Differences: interface MediaInfo
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: embedID: string;
Differences: embedID: string;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: mediaType: MediaType;
Differences: mediaType: MediaType;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: mediaSrcList: MediaSourceInfo[];
Differences: mediaSrcList: MediaSourceInfo[];
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: surfaceInfo: NativeMediaPlayerSurfaceInfo;
Differences: surfaceInfo: NativeMediaPlayerSurfaceInfo;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: controlsShown: boolean;
Differences: controlsShown: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: controlList: string[];
Differences: controlList: string[];
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: muted: boolean;
Differences: muted: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: posterUrl: string;
Differences: posterUrl: string;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: preload: Preload;
Differences: preload: Preload;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: headers: Record<string, string>;
Differences: headers: Record<string, string>;
api/@ohos.web.webview.d.ts
New APINAClass name: MediaInfo;
API declaration: attributes: Record<string, string>;
Differences: attributes: Record<string, string>;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: type CreateNativeMediaPlayerCallback = (handler: NativeMediaPlayerHandler, mediaInfo: MediaInfo) => NativeMediaPlayerBridge;
Differences: type CreateNativeMediaPlayerCallback = (handler: NativeMediaPlayerHandler, mediaInfo: MediaInfo) => NativeMediaPlayerBridge;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class AdsBlockManager
Differences: class AdsBlockManager
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static setAdsBlockRules(rulesFile: string, replace: boolean): void;
Differences: static setAdsBlockRules(rulesFile: string, replace: boolean): void;
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static addAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
Differences: static addAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static addAdsBlockAllowedList(domainSuffixes: Array<string>): void;
Differences: static addAdsBlockAllowedList(domainSuffixes: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static removeAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
Differences: static removeAdsBlockDisallowedList(domainSuffixes: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static removeAdsBlockAllowedList(domainSuffixes: Array<string>): void;
Differences: static removeAdsBlockAllowedList(domainSuffixes: Array<string>): void;
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static clearAdsBlockDisallowedList(): void;
Differences: static clearAdsBlockDisallowedList(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: AdsBlockManager;
API declaration: static clearAdsBlockAllowedList(): void;
Differences: static clearAdsBlockAllowedList(): void;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class BackForwardCacheSupportedFeatures
Differences: class BackForwardCacheSupportedFeatures
api/@ohos.web.webview.d.ts
New APINAClass name: BackForwardCacheSupportedFeatures;
API declaration: nativeEmbed: boolean;
Differences: nativeEmbed: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: BackForwardCacheSupportedFeatures;
API declaration: mediaTakeOver: boolean;
Differences: mediaTakeOver: boolean;
api/@ohos.web.webview.d.ts
New APINAClass name: webview;
API declaration: class BackForwardCacheOptions
Differences: class BackForwardCacheOptions
api/@ohos.web.webview.d.ts
New APINAClass name: BackForwardCacheOptions;
API declaration: size: number;
Differences: size: number;
api/@ohos.web.webview.d.ts
New APINAClass name: BackForwardCacheOptions;
API declaration: timeToLive: number;
Differences: timeToLive: number;
api/@ohos.web.webview.d.ts
New KitClass name: global;
API declaration: component\web.d.ts
Differences: NA
Class name: global;
API declaration: component\web.d.ts
Differences: ArkWeb
component/web.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.web.netErrorList.d.ts
Differences: ArkWeb
api/@ohos.web.netErrorList.d.ts
Function changeClass name: WebAttribute;
API declaration: javaScriptProxy(javaScriptProxy: {
object: object;
name: string;
methodList: Array<string>;
controller: WebController |WebviewController;
}): WebAttribute;
Differences: javaScriptProxy: {
object: object;
name: string;
methodList: Array<string>;
controller: WebController |WebviewController;
}
Class name: WebAttribute;
API declaration: javaScriptProxy(javaScriptProxy: JavaScriptProxy): WebAttribute;
Differences: javaScriptProxy: JavaScriptProxy
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onPageEnd(callback: (event?: {
/
* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void
Class name: WebAttribute;
API declaration: onPageEnd(callback: Callback<OnPageEndEvent>): WebAttribute;
Differences: callback: Callback<OnPageEndEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onPageBegin(callback: (event?: {
/
* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The url of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void
Class name: WebAttribute;
API declaration: onPageBegin(callback: Callback<OnPageBeginEvent>): WebAttribute;
Differences: callback: Callback<OnPageBeginEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onProgressChange(callback: (event?: {
/
* The new progress of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
newProgress: number;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* The new progress of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
newProgress: number;
}) => void
Class name: WebAttribute;
API declaration: onProgressChange(callback: Callback<OnProgressChangeEvent>): WebAttribute;
Differences: callback: Callback<OnProgressChangeEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onTitleReceive(callback: (event?: {
/
* The title of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
title: string;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* The title of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
title: string;
}) => void
Class name: WebAttribute;
API declaration: onTitleReceive(callback: Callback<OnTitleReceiveEvent>): WebAttribute;
Differences: callback: Callback<OnTitleReceiveEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onGeolocationShow(callback: (event?: {
/
* Origin of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
origin: string;
/

* Defines the js geolocation request.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
geolocation: JsGeolocation;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* Origin of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
origin: string;
/

* Defines the js geolocation request.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
geolocation: JsGeolocation;
}) => void
Class name: WebAttribute;
API declaration: onGeolocationShow(callback: Callback<OnGeolocationShowEvent>): WebAttribute;
Differences: callback: Callback<OnGeolocationShowEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onAlert(callback: (event?: {
/
* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/

* The message of alert dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: string;
/
* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/

* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/
* The message of alert dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: string;
/

* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean
Class name: WebAttribute;
API declaration: onAlert(callback: Callback<OnAlertEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnAlertEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onBeforeUnload(callback: (event?: {
/
* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
/

* The message of confirm dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
message: string;
/
* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/

* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
/
* The message of confirm dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
message: string;
/

* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean
Class name: WebAttribute;
API declaration: onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnBeforeUnloadEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onConfirm(callback: (event?: {
/
* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/

* The message of confirm dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: string;
/
* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/

* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/
* The message of confirm dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: string;
/

* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean
Class name: WebAttribute;
API declaration: onConfirm(callback: Callback<OnConfirmEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnConfirmEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onPrompt(callback: (event?: {
/
* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/

* The message of prompt dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: string;
/
* The value of prompt dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
value: string;
/

* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/
* The url of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/

* The message of prompt dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: string;
/
* The value of prompt dialog.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
value: string;
/

* Handle the user's JavaScript result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: JsResult;
}) => boolean
Class name: WebAttribute;
API declaration: onPrompt(callback: Callback<OnPromptEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnPromptEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onConsole(callback: (event?: {
/
* Console message information of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: ConsoleMessage;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/

* Console message information of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: ConsoleMessage;
}) => boolean
Class name: WebAttribute;
API declaration: onConsole(callback: Callback<OnConsoleEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnConsoleEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onErrorReceive(callback: (event?: {
/
* The url of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The url of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
/
* The information of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The information of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
error: WebResourceError;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* The url of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The url of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
/
* The information of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @since 10
*/
/

* The information of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
error: WebResourceError;
}) => void
Class name: WebAttribute;
API declaration: onErrorReceive(callback: Callback<OnErrorReceiveEvent>): WebAttribute;
Differences: callback: Callback<OnErrorReceiveEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onHttpErrorReceive(callback: (event?: {
/
* The url of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
/

* Web resource response of event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
response: WebResourceResponse;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* The url of error event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
/

* Web resource response of event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
response: WebResourceResponse;
}) => void
Class name: WebAttribute;
API declaration: onHttpErrorReceive(callback: Callback<OnHttpErrorReceiveEvent>): WebAttribute;
Differences: callback: Callback<OnHttpErrorReceiveEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onDownloadStart(callback: (event?: {
/
* The URL of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/

* The userAgent of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
userAgent: string;
/
* The contentDisposition of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
contentDisposition: string;
/

* The mimetype of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
mimetype: string;
/
* The contentLength of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
contentLength: number;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* The URL of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
/
* The userAgent of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
userAgent: string;
/

* The contentDisposition of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
contentDisposition: string;
/
* The mimetype of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
mimetype: string;
/

* The contentLength of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
contentLength: number;
}) => void
Class name: WebAttribute;
API declaration: onDownloadStart(callback: Callback<OnDownloadStartEvent>): WebAttribute;
Differences: callback: Callback<OnDownloadStartEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onRefreshAccessedHistory(callback: (event?: {
/
* URL of the visit.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
/

* If true, the page is being reloaded, otherwise, means that the page is newly loaded.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isRefreshed: boolean;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* URL of the visit.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
/

* If true, the page is being reloaded, otherwise, means that the page is newly loaded.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isRefreshed: boolean;
}) => void
Class name: WebAttribute;
API declaration: onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute;
Differences: callback: Callback<OnRefreshAccessedHistoryEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onRenderExited(callback: (event?: {
/
* The specific reason why the rendering process exits abnormally.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
renderExitReason: RenderExitReason;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* The specific reason why the rendering process exits abnormally.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
renderExitReason: RenderExitReason;
}) => void
Class name: WebAttribute;
API declaration: onRenderExited(callback: Callback<OnRenderExitedEvent>): WebAttribute;
Differences: callback: Callback<OnRenderExitedEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onShowFileSelector(callback: (event?: {
/
* Defines the file selector result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: FileSelectorResult;
/

* Encompassed message information as parameters to fileSelector.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
fileSelector: FileSelectorParam;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/
* Defines the file selector result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
result: FileSelectorResult;
/

* Encompassed message information as parameters to fileSelector.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
fileSelector: FileSelectorParam;
}) => boolean
Class name: WebAttribute;
API declaration: onShowFileSelector(callback: Callback<OnShowFileSelectorEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnShowFileSelectorEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onResourceLoad(callback: (event: {
/
* The URL of the loaded resource file.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* The URL of the loaded resource file.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
}) => void
Class name: WebAttribute;
API declaration: onResourceLoad(callback: Callback<OnResourceLoadEvent>): WebAttribute;
Differences: callback: Callback<OnResourceLoadEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onFullScreenEnter(callback: (event: {
/
* A function handle to exit full-screen mode.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: FullScreenExitHandler;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* A function handle to exit full-screen mode.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: FullScreenExitHandler;
}) => void
Class name: WebAttribute;
API declaration: onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute;
Differences: callback: OnFullScreenEnterCallback
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onScaleChange(callback: (event: {
/
* Old scale of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
oldScale: number;
/

* New scale of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
newScale: number;
}) => void): WebAttribute;
Differences: callback: (event: {
/
* Old scale of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
oldScale: number;
/

* New scale of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
newScale: number;
}) => void
Class name: WebAttribute;
API declaration: onScaleChange(callback: Callback<OnScaleChangeEvent>): WebAttribute;
Differences: callback: Callback<OnScaleChangeEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onHttpAuthRequest(callback: (event?: {
/
* Defines the http auth request result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
handler: HttpAuthHandler;
/

* Host of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
host: string;
/
* realm of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
realm: string;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/

* Defines the http auth request result.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
handler: HttpAuthHandler;
/
* Host of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
host: string;
/

* realm of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
realm: string;
}) => boolean
Class name: WebAttribute;
API declaration: onHttpAuthRequest(callback: Callback<OnHttpAuthRequestEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnHttpAuthRequestEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onInterceptRequest(callback: (event?: {
/
* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
}) => WebResourceResponse): WebAttribute;
Differences: callback: (event?: {
/

* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
}) => WebResourceResponse
Class name: WebAttribute;
API declaration: onInterceptRequest(callback: Callback<OnInterceptRequestEvent, WebResourceResponse>): WebAttribute;
Differences: callback: Callback<OnInterceptRequestEvent, WebResourceResponse>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onPermissionRequest(callback: (event?: {
/
* Defines the onPermissionRequest callback.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: PermissionRequest;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* Defines the onPermissionRequest callback.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: PermissionRequest;
}) => void
Class name: WebAttribute;
API declaration: onPermissionRequest(callback: Callback<OnPermissionRequestEvent>): WebAttribute;
Differences: callback: Callback<OnPermissionRequestEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onScreenCaptureRequest(callback: (event?: {
/
* Notifies the user of the operation behavior of the web component.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: ScreenCaptureHandler;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* Notifies the user of the operation behavior of the web component.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: ScreenCaptureHandler;
}) => void
Class name: WebAttribute;
API declaration: onScreenCaptureRequest(callback: Callback<OnScreenCaptureRequestEvent>): WebAttribute;
Differences: callback: Callback<OnScreenCaptureRequestEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onContextMenuShow(callback: (event?: {
/
* The menu-related parameters.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
param: WebContextMenuParam;
/

* The menu corresponding event is passed to the kernel.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
result: WebContextMenuResult;
}) => boolean): WebAttribute;
Differences: callback: (event?: {
/
* The menu-related parameters.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
param: WebContextMenuParam;
/

* The menu corresponding event is passed to the kernel.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
result: WebContextMenuResult;
}) => boolean
Class name: WebAttribute;
API declaration: onContextMenuShow(callback: Callback<OnContextMenuShowEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnContextMenuShowEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onSearchResultReceive(callback: (event?: {
/
* The ordinal number of the currently matched lookup item (starting from 0).
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
activeMatchOrdinal: number;
/

* The number of all matched keywords.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
numberOfMatches: number;
/
* Find out whether the operation is completed on the next page. The method may be called back multiple times until isDoneCounting is true.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isDoneCounting: boolean;
}) => void): WebAttribute;
Differences: callback: (event?: {
/

* The ordinal number of the currently matched lookup item (starting from 0).
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
activeMatchOrdinal: number;
/
* The number of all matched keywords.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
numberOfMatches: number;
/

* Find out whether the operation is completed on the next page. The method may be called back multiple times until isDoneCounting is true.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isDoneCounting: boolean;
}) => void
Class name: WebAttribute;
API declaration: onSearchResultReceive(callback: Callback<OnSearchResultReceiveEvent>): WebAttribute;
Differences: callback: Callback<OnSearchResultReceiveEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onScroll(callback: (event: {
/
* The X offset of the scroll.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
xOffset: number;
/

* The Y offset of the scroll.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
yOffset: number;
}) => void): WebAttribute;
Differences: callback: (event: {
/
* The X offset of the scroll.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
xOffset: number;
/

* The Y offset of the scroll.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
yOffset: number;
}) => void
Class name: WebAttribute;
API declaration: onScroll(callback: Callback<OnScrollEvent>): WebAttribute;
Differences: callback: Callback<OnScrollEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onSslErrorEventReceive(callback: (event: {
/
* Notifies the user of the operation behavior of the web component.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: SslErrorHandler;
/

* Error codes.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
error: SslError;
}) => void): WebAttribute;
Differences: callback: (event: {
/
* Notifies the user of the operation behavior of the web component.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: SslErrorHandler;
/

* Error codes.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
error: SslError;
}) => void
Class name: WebAttribute;
API declaration: onSslErrorEventReceive(callback: Callback<OnSslErrorEventReceiveEvent>): WebAttribute;
Differences: callback: Callback<OnSslErrorEventReceiveEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onClientAuthenticationRequest(callback: (event: {
/
* Notifies the user of the operation behavior of the web component.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: ClientAuthenticationHandler;
/

* The hostname of the requesting certificate server.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
host: string;
/
* The port number of the request certificate server.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
port: number;
/

* Acceptable asymmetric key types.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
keyTypes: Array<string>;
/
* Certificates that match the private key are acceptable to the issuer.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
issuers: Array<string>;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* Notifies the user of the operation behavior of the web component.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: ClientAuthenticationHandler;
/
* The hostname of the requesting certificate server.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
host: string;
/

* The port number of the request certificate server.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
port: number;
/
* Acceptable asymmetric key types.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
keyTypes: Array<string>;
/

* Certificates that match the private key are acceptable to the issuer.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
issuers: Array<string>;
}) => void
Class name: WebAttribute;
API declaration: onClientAuthenticationRequest(callback: Callback<OnClientAuthenticationEvent>): WebAttribute;
Differences: callback: Callback<OnClientAuthenticationEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onWindowNew(callback: (event: {
/
* true indicates the request to create a dialog and false indicates a new tab.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isAlert: boolean;
/

* true indicates that it is triggered by the user, and false indicates that it is triggered by a non-user.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isUserTrigger: boolean;
/
* Destination URL.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
targetUrl: string;
/

* Lets you set the WebviewController instance for creating a new window.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: ControllerHandler;
}) => void): WebAttribute;
Differences: callback: (event: {
/
* true indicates the request to create a dialog and false indicates a new tab.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isAlert: boolean;
/

* true indicates that it is triggered by the user, and false indicates that it is triggered by a non-user.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
isUserTrigger: boolean;
/
* Destination URL.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
targetUrl: string;
/

* Lets you set the WebviewController instance for creating a new window.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: ControllerHandler;
}) => void
Class name: WebAttribute;
API declaration: onWindowNew(callback: Callback<OnWindowNewEvent>): WebAttribute;
Differences: callback: Callback<OnWindowNewEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onTouchIconUrlReceived(callback: (event: {
/
* The apple-touch-icon URL address received.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
/

* Corresponding to whether apple-touch-icon is precomposited.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
precomposed: boolean;
}) => void): WebAttribute;
Differences: callback: (event: {
/
* The apple-touch-icon URL address received.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
/

* Corresponding to whether apple-touch-icon is precomposited.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
precomposed: boolean;
}) => void
Class name: WebAttribute;
API declaration: onTouchIconUrlReceived(callback: Callback<OnTouchIconUrlReceivedEvent>): WebAttribute;
Differences: callback: Callback<OnTouchIconUrlReceivedEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onFaviconReceived(callback: (event: {
/
* Received the Favicon icon for the PixelMap object.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
favicon: PixelMap;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* Received the Favicon icon for the PixelMap object.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
favicon: PixelMap;
}) => void
Class name: WebAttribute;
API declaration: onFaviconReceived(callback: Callback<OnFaviconReceivedEvent>): WebAttribute;
Differences: callback: Callback<OnFaviconReceivedEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onPageVisible(callback: (event: {
/
* The URL of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* The URL of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void
Class name: WebAttribute;
API declaration: onPageVisible(callback: Callback<OnPageVisibleEvent>): WebAttribute;
Differences: callback: Callback<OnPageVisibleEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onDataResubmitted(callback: (event: {
/
* Form data resubmission handle.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: DataResubmissionHandler;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* Form data resubmission handle.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: DataResubmissionHandler;
}) => void
Class name: WebAttribute;
API declaration: onDataResubmitted(callback: Callback<OnDataResubmittedEvent>): WebAttribute;
Differences: callback: Callback<OnDataResubmittedEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onAudioStateChanged(callback: (event: {
/
* The audio playback status of the current page, true if playing true otherwise false
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
playing: boolean;
}) => void): WebAttribute;
Differences: callback: (event: {
/

* The audio playback status of the current page, true if playing true otherwise false
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
playing: boolean;
}) => void
Class name: WebAttribute;
API declaration: onAudioStateChanged(callback: Callback<OnAudioStateChangedEvent>): WebAttribute;
Differences: callback: Callback<OnAudioStateChangedEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onFirstContentfulPaint(callback: (event?: {
/
* The time at which navigation begins, expressed in microseconds.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
navigationStartTick: number;
/

* The time it takes to draw content for the first time from navigation, expressed in milliseconds.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
firstContentfulPaintMs: number;
}) => void): WebAttribute;
Differences: callback: (event?: {
/
* The time at which navigation begins, expressed in microseconds.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
navigationStartTick: number;
/

* The time it takes to draw content for the first time from navigation, expressed in milliseconds.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
firstContentfulPaintMs: number;
}) => void
Class name: WebAttribute;
API declaration: onFirstContentfulPaint(callback: Callback<OnFirstContentfulPaintEvent>): WebAttribute;
Differences: callback: Callback<OnFirstContentfulPaintEvent>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onLoadIntercept(callback: (event: {
/
* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
data: WebResourceRequest;
}) => boolean): WebAttribute;
Differences: callback: (event: {
/

* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
data: WebResourceRequest;
}) => boolean
Class name: WebAttribute;
API declaration: onLoadIntercept(callback: Callback<OnLoadInterceptEvent, boolean>): WebAttribute;
Differences: callback: Callback<OnLoadInterceptEvent, boolean>
component/web.d.ts
Function changeClass name: WebAttribute;
API declaration: onOverScroll(callback: (event: {
/
* Based on the leftmost part of the page, the horizontal scroll offset is over.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
xOffset: number;
/

* Based on the top of the page, the vertical scroll offset is over.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
yOffset: number;
}) => void): WebAttribute;
Differences: callback: (event: {
/
* Based on the leftmost part of the page, the horizontal scroll offset is over.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
xOffset: number;
/

* Based on the top of the page, the vertical scroll offset is over.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
yOffset: number;
}) => void
Class name: WebAttribute;
API declaration: onOverScroll(callback: Callback<OnOverScrollEvent>): WebAttribute;
Differences: callback: Callback<OnOverScrollEvent>
component/web.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

openharmony 鸿蒙 js-apidiff-ArkTS

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