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

* The new progress of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
newProgress: number;
}) => void
类名:WebAttribute;
API声明:onProgressChange(callback: Callback<OnProgressChangeEvent>): WebAttribute;
差异内容:callback: Callback<OnProgressChangeEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onTitleReceive(callback: (event?: {
/
* The title of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
title: string;
}) => void): WebAttribute;
差异内容:callback: (event?: {
/

* The title of the page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
title: string;
}) => void
类名:WebAttribute;
API声明:onTitleReceive(callback: Callback<OnTitleReceiveEvent>): WebAttribute;
差异内容:callback: Callback<OnTitleReceiveEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onGeolocationShow(callback: Callback<OnGeolocationShowEvent>): WebAttribute;
差异内容:callback: Callback<OnGeolocationShowEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onAlert(callback: Callback<OnAlertEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnAlertEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnBeforeUnloadEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onConfirm(callback: Callback<OnConfirmEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnConfirmEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onPrompt(callback: Callback<OnPromptEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnPromptEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onConsole(callback: (event?: {
/
* Console message information of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: ConsoleMessage;
}) => boolean): WebAttribute;
差异内容:callback: (event?: {
/

* Console message information of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
message: ConsoleMessage;
}) => boolean
类名:WebAttribute;
API声明:onConsole(callback: Callback<OnConsoleEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnConsoleEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onErrorReceive(callback: Callback<OnErrorReceiveEvent>): WebAttribute;
差异内容:callback: Callback<OnErrorReceiveEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onHttpErrorReceive(callback: Callback<OnHttpErrorReceiveEvent>): WebAttribute;
差异内容:callback: Callback<OnHttpErrorReceiveEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onDownloadStart(callback: Callback<OnDownloadStartEvent>): WebAttribute;
差异内容:callback: Callback<OnDownloadStartEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute;
差异内容:callback: Callback<OnRefreshAccessedHistoryEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onRenderExited(callback: (event?: {
/
* The specific reason why the rendering process exits abnormally.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
renderExitReason: RenderExitReason;
}) => void): WebAttribute;
差异内容:callback: (event?: {
/

* The specific reason why the rendering process exits abnormally.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
renderExitReason: RenderExitReason;
}) => void
类名:WebAttribute;
API声明:onRenderExited(callback: Callback<OnRenderExitedEvent>): WebAttribute;
差异内容:callback: Callback<OnRenderExitedEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onShowFileSelector(callback: Callback<OnShowFileSelectorEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnShowFileSelectorEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onResourceLoad(callback: (event: {
/
* The URL of the loaded resource file.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
}) => void): WebAttribute;
差异内容:callback: (event: {
/

* The URL of the loaded resource file.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
url: string;
}) => void
类名:WebAttribute;
API声明:onResourceLoad(callback: Callback<OnResourceLoadEvent>): WebAttribute;
差异内容:callback: Callback<OnResourceLoadEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onFullScreenEnter(callback: (event: {
/
* A function handle to exit full-screen mode.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: FullScreenExitHandler;
}) => void): WebAttribute;
差异内容:callback: (event: {
/

* A function handle to exit full-screen mode.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: FullScreenExitHandler;
}) => void
类名:WebAttribute;
API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute;
差异内容:callback: OnFullScreenEnterCallback
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onScaleChange(callback: Callback<OnScaleChangeEvent>): WebAttribute;
差异内容:callback: Callback<OnScaleChangeEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onHttpAuthRequest(callback: Callback<OnHttpAuthRequestEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnHttpAuthRequestEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onInterceptRequest(callback: (event?: {
/
* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
}) => WebResourceResponse): WebAttribute;
差异内容:callback: (event?: {
/

* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
request: WebResourceRequest;
}) => WebResourceResponse
类名:WebAttribute;
API声明:onInterceptRequest(callback: Callback<OnInterceptRequestEvent, WebResourceResponse>): WebAttribute;
差异内容:callback: Callback<OnInterceptRequestEvent, WebResourceResponse>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onPermissionRequest(callback: (event?: {
/
* Defines the onPermissionRequest callback.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: PermissionRequest;
}) => void): WebAttribute;
差异内容:callback: (event?: {
/

* Defines the onPermissionRequest callback.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
request: PermissionRequest;
}) => void
类名:WebAttribute;
API声明:onPermissionRequest(callback: Callback<OnPermissionRequestEvent>): WebAttribute;
差异内容:callback: Callback<OnPermissionRequestEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onScreenCaptureRequest(callback: Callback<OnScreenCaptureRequestEvent>): WebAttribute;
差异内容:callback: Callback<OnScreenCaptureRequestEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onContextMenuShow(callback: Callback<OnContextMenuShowEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnContextMenuShowEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onSearchResultReceive(callback: Callback<OnSearchResultReceiveEvent>): WebAttribute;
差异内容:callback: Callback<OnSearchResultReceiveEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onScroll(callback: Callback<OnScrollEvent>): WebAttribute;
差异内容:callback: Callback<OnScrollEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onSslErrorEventReceive(callback: Callback<OnSslErrorEventReceiveEvent>): WebAttribute;
差异内容:callback: Callback<OnSslErrorEventReceiveEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onClientAuthenticationRequest(callback: Callback<OnClientAuthenticationEvent>): WebAttribute;
差异内容:callback: Callback<OnClientAuthenticationEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onWindowNew(callback: Callback<OnWindowNewEvent>): WebAttribute;
差异内容:callback: Callback<OnWindowNewEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onTouchIconUrlReceived(callback: Callback<OnTouchIconUrlReceivedEvent>): WebAttribute;
差异内容:callback: Callback<OnTouchIconUrlReceivedEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onFaviconReceived(callback: (event: {
/
* Received the Favicon icon for the PixelMap object.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
favicon: PixelMap;
}) => void): WebAttribute;
差异内容:callback: (event: {
/

* Received the Favicon icon for the PixelMap object.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
favicon: PixelMap;
}) => void
类名:WebAttribute;
API声明:onFaviconReceived(callback: Callback<OnFaviconReceivedEvent>): WebAttribute;
差异内容:callback: Callback<OnFaviconReceivedEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onPageVisible(callback: (event: {
/
* The URL of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void): WebAttribute;
差异内容:callback: (event: {
/

* The URL of page.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
url: string;
}) => void
类名:WebAttribute;
API声明:onPageVisible(callback: Callback<OnPageVisibleEvent>): WebAttribute;
差异内容:callback: Callback<OnPageVisibleEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onDataResubmitted(callback: (event: {
/
* Form data resubmission handle.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: DataResubmissionHandler;
}) => void): WebAttribute;
差异内容:callback: (event: {
/

* Form data resubmission handle.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice
* @since 11
*/
handler: DataResubmissionHandler;
}) => void
类名:WebAttribute;
API声明:onDataResubmitted(callback: Callback<OnDataResubmittedEvent>): WebAttribute;
差异内容:callback: Callback<OnDataResubmittedEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onAudioStateChanged(callback: Callback<OnAudioStateChangedEvent>): WebAttribute;
差异内容:callback: Callback<OnAudioStateChangedEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onFirstContentfulPaint(callback: Callback<OnFirstContentfulPaintEvent>): WebAttribute;
差异内容:callback: Callback<OnFirstContentfulPaintEvent>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明:onLoadIntercept(callback: (event: {
/
* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
data: WebResourceRequest;
}) => boolean): WebAttribute;
差异内容:callback: (event: {
/

* The url of the event.
*
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice
* @since 11
*/
data: WebResourceRequest;
}) => boolean
类名:WebAttribute;
API声明:onLoadIntercept(callback: Callback<OnLoadInterceptEvent, boolean>): WebAttribute;
差异内容:callback: Callback<OnLoadInterceptEvent, boolean>
component/web.d.ts
函数变更 类名:WebAttribute;
API声明: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;
差异内容: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;
API声明:onOverScroll(callback: Callback<OnOverScrollEvent>): WebAttribute;
差异内容:callback: Callback<OnOverScrollEvent>
component/web.d.ts