| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| API跨平台权限变更 | 类名:global; API声明:declare enum MixedMode 差异内容:NA | 类名:global; API声明:declare enum MixedMode 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:MixedMode; API声明:All 差异内容:NA | 类名:MixedMode; API声明:All = 0 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:MixedMode; API声明:Compatible 差异内容:NA | 类名:MixedMode; API声明:Compatible = 1 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:MixedMode; API声明:None 差异内容:NA | 类名:MixedMode; API声明:None = 2 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum CacheMode 差异内容:NA | 类名:global; API声明:declare enum CacheMode 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:Default 差异内容:NA | 类名:CacheMode; API声明:Default = 0 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:None 差异内容:NA | 类名:CacheMode; API声明:None = 1 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:Online 差异内容:NA | 类名:CacheMode; API声明:Online = 2 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:Only 差异内容:NA | 类名:CacheMode; API声明:Only = 3 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class FullScreenExitHandler 差异内容:NA | 类名:global; API声明:declare class FullScreenExitHandler 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenExitHandler; API声明:exitFullScreen(): void; 差异内容:NA | 类名:FullScreenExitHandler; API声明:exitFullScreen(): void; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface FullScreenEnterEvent 差异内容:NA | 类名:global; API声明:declare interface FullScreenEnterEvent 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenEnterEvent; API声明:handler: FullScreenExitHandler; 差异内容:NA | 类名:FullScreenEnterEvent; API声明:handler: FullScreenExitHandler; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenEnterEvent; API声明:videoWidth?: number; 差异内容:NA | 类名:FullScreenEnterEvent; API声明:videoWidth?: number; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenEnterEvent; API声明:videoHeight?: number; 差异内容:NA | 类名:FullScreenEnterEvent; API声明:videoHeight?: number; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void; 差异内容:NA | 类名:global; API声明:type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:ConsoleMessage; API声明:getSourceId(): string; 差异内容:NA | 类名:ConsoleMessage; API声明:getSourceId(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:ConsoleMessage; API声明:getLineNumber(): number; 差异内容:NA | 类名:ConsoleMessage; API声明:getLineNumber(): number; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:getRequestHeader(): Array<Header>; 差异内容:NA | 类名:WebResourceRequest; API声明:getRequestHeader(): Array<Header>; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:isRequestGesture(): boolean; 差异内容:NA | 类名:WebResourceRequest; API声明:isRequestGesture(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:isMainFrame(): boolean; 差异内容:NA | 类名:WebResourceRequest; API声明:isMainFrame(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:isRedirect(): boolean; 差异内容:NA | 类名:WebResourceRequest; API声明:isRedirect(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:getRequestMethod(): string; 差异内容:NA | 类名:WebResourceRequest; API声明:getRequestMethod(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseData(): string; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseData(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseDataEx(): string |number |ArrayBuffer |Resource |undefined; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseDataEx(): string |number |ArrayBuffer |Resource |undefined; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getReasonMessage(): string; 差异内容:NA | 类名:WebResourceResponse; API声明:getReasonMessage(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseHeader(): Array<Header>; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseHeader(): Array<Header>; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseIsReady(): boolean; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseIsReady(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface Header 差异内容:NA | 类名:global; API声明:declare interface Header 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:Header; API声明:headerKey: string; 差异内容:NA | 类名:Header; API声明:headerKey: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:Header; API声明:headerValue: string; 差异内容:NA | 类名:Header; API声明:headerValue: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebOptions; API声明:incognitoMode?: boolean; 差异内容:NA | 类名:WebOptions; API声明:incognitoMode?: boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface OnBeforeUnloadEvent 差异内容:NA | 类名:global; API声明:declare interface OnBeforeUnloadEvent 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnBeforeUnloadEvent; API声明:url: string; 差异内容:NA | 类名:OnBeforeUnloadEvent; API声明:url: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnBeforeUnloadEvent; API声明:message: string; 差异内容:NA | 类名:OnBeforeUnloadEvent; API声明:message: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnBeforeUnloadEvent; API声明:result: JsResult; 差异内容:NA | 类名:OnBeforeUnloadEvent; API声明:result: JsResult; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnDownloadStartEvent; API声明:contentDisposition: string; 差异内容:NA | 类名:OnDownloadStartEvent; API声明:contentDisposition: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface OnRefreshAccessedHistoryEvent 差异内容:NA | 类名:global; API声明:declare interface OnRefreshAccessedHistoryEvent 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnRefreshAccessedHistoryEvent; API声明:url: string; 差异内容:NA | 类名:OnRefreshAccessedHistoryEvent; API声明:url: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnRefreshAccessedHistoryEvent; API声明:isRefreshed: boolean; 差异内容:NA | 类名:OnRefreshAccessedHistoryEvent; API声明:isRefreshed: boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface JavaScriptProxy 差异内容:NA | 类名:global; API声明:declare interface JavaScriptProxy 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:JavaScriptProxy; API声明:object: object; 差异内容:NA | 类名:JavaScriptProxy; API声明:object: object; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:JavaScriptProxy; API声明:name: string; 差异内容:NA | 类名:JavaScriptProxy; API声明:name: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:JavaScriptProxy; API声明:methodList: Array<string>; 差异内容:NA | 类名:JavaScriptProxy; API声明:methodList: Array<string>; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:JavaScriptProxy; API声明:controller: WebController |WebviewController; 差异内容:NA | 类名:JavaScriptProxy; API声明:controller: WebController |WebviewController; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:JavaScriptProxy; API声明:asyncMethodList?: Array<string>; 差异内容:NA | 类名:JavaScriptProxy; API声明:asyncMethodList?: Array<string>; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onlineImageAccess(onlineImageAccess: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onlineImageAccess(onlineImageAccess: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:domStorageAccess(domStorageAccess: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:domStorageAccess(domStorageAccess: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:imageAccess(imageAccess: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:imageAccess(imageAccess: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:mixedMode(mixedMode: MixedMode): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:mixedMode(mixedMode: MixedMode): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:javaScriptProxy(javaScriptProxy: JavaScriptProxy): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:javaScriptProxy(javaScriptProxy: JavaScriptProxy): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:cacheMode(cacheMode: CacheMode): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:cacheMode(cacheMode: CacheMode): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onFullScreenExit(callback: () => void): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onFullScreenExit(callback: () => void): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:blockNetwork(block: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:blockNetwork(block: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API废弃版本变更 | 类名:WebAttribute; API声明:selectionMenuOptions(expandedMenuOptions: Array<ExpandedMenuItemOptions>): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:selectionMenuOptions(expandedMenuOptions: Array<ExpandedMenuItemOptions>): WebAttribute; 差异内容:20 | component/web.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare interface ExpandedMenuItemOptions 差异内容:NA | 类名:global; API声明:declare interface ExpandedMenuItemOptions 差异内容:20 | component/web.d.ts |
| API废弃版本变更 | 类名:ExpandedMenuItemOptions; API声明:content: ResourceStr; 差异内容:NA | 类名:ExpandedMenuItemOptions; API声明:content: ResourceStr; 差异内容:20 | component/web.d.ts |
| API废弃版本变更 | 类名:ExpandedMenuItemOptions; API声明:startIcon?: ResourceStr; 差异内容:NA | 类名:ExpandedMenuItemOptions; API声明:startIcon?: ResourceStr; 差异内容:20 | component/web.d.ts |
| API废弃版本变更 | 类名:ExpandedMenuItemOptions; API声明:action: (selectedText: { plainText: string; }) => void; 差异内容:NA | 类名:ExpandedMenuItemOptions; API声明:action: (selectedText: { plainText: string; }) => void; 差异内容:20 | component/web.d.ts |
| 函数变更 | 类名:RectAttribute; API声明:radiusWidth(value: number |string): RectAttribute; 差异内容:value: number |string | 类名:RectAttribute; API声明:radiusWidth(value: Length): RectAttribute; 差异内容:value: Length | component/rect.d.ts |
| 函数变更 | 类名:RectAttribute; API声明:radiusHeight(value: number |string): RectAttribute; 差异内容:value: number |string | 类名:RectAttribute; API声明:radiusHeight(value: Length): RectAttribute; 差异内容:value: Length | component/rect.d.ts |
| 函数变更 | 类名:RectAttribute; API声明:radius(value: number |string |Array<any>): RectAttribute; 差异内容:value: number |string |Array<any> | 类名:RectAttribute; API声明:radius(value: Length |Array<any>): RectAttribute; 差异内容:value: Length |Array<any> | component/rect.d.ts |
| 新增API | NA | 类名:global; API声明:interface LineOptions 差异内容:interface LineOptions | component/line.d.ts |
| 新增API | NA | 类名:LineOptions; API声明:width?: Length; 差异内容:width?: Length; | component/line.d.ts |
| 新增API | NA | 类名:LineOptions; API声明:height?: Length; 差异内容:height?: Length; | component/line.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface RectOptions 差异内容:declare interface RectOptions | component/rect.d.ts |
| 新增API | NA | 类名:RectOptions; API声明:width?: Length; 差异内容:width?: Length; | component/rect.d.ts |
| 新增API | NA | 类名:RectOptions; API声明:height?: Length; 差异内容:height?: Length; | component/rect.d.ts |
| 新增API | NA | 类名:RectOptions; API声明:radius?: Length |Array<any>; 差异内容:radius?: Length |Array<any>; | component/rect.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface RoundedRectOptions 差异内容:declare interface RoundedRectOptions | component/rect.d.ts |
| 新增API | NA | 类名:RoundedRectOptions; API声明:width?: Length; 差异内容:width?: Length; | component/rect.d.ts |
| 新增API | NA | 类名:RoundedRectOptions; API声明:height?: Length; 差异内容:height?: Length; | component/rect.d.ts |
| 新增API | NA | 类名:RoundedRectOptions; API声明:radiusWidth?: Length; 差异内容:radiusWidth?: Length; | component/rect.d.ts |
| 新增API | NA | 类名:RoundedRectOptions; API声明:radiusHeight?: Length; 差异内容:radiusHeight?: Length; | component/rect.d.ts |
| 新增API | NA | 类名:global; API声明:type OnOverrideErrorPageCallback = (errorPageEvent: OnErrorReceiveEvent) => string; 差异内容:type OnOverrideErrorPageCallback = (errorPageEvent: OnErrorReceiveEvent) => string; | component/web.d.ts |
| 新增API | NA | 类名:WebMediaOptions; API声明:audioSessionType?: AudioSessionType; 差异内容:audioSessionType?: AudioSessionType; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:type MouseInfoCallback = (event: NativeEmbedMouseInfo) => void; 差异内容:type MouseInfoCallback = (event: NativeEmbedMouseInfo) => void; | component/web.d.ts |
| 新增API | NA | 类名:FileSelectorParam; API声明:getMimeTypes(): Array<string>; 差异内容:getMimeTypes(): Array<string>; | component/web.d.ts |
| 新增API | NA | 类名:WebContextMenuResult; API声明:redo(): void; 差异内容:redo(): void; | component/web.d.ts |
| 新增API | NA | 类名:WebContextMenuResult; API声明:undo(): void; 差异内容:undo(): void; | component/web.d.ts |
| 新增API | NA | 类名:WebContextMenuResult; API声明:pasteAndMatchStyle(): void; 差异内容:pasteAndMatchStyle(): void; | component/web.d.ts |
| 新增API | NA | 类名:EventResult; API声明:setMouseEventResult(result: boolean, stopPropagation?: boolean): void; 差异内容:setMouseEventResult(result: boolean, stopPropagation?: boolean): void; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface NativeEmbedMouseInfo 差异内容:declare interface NativeEmbedMouseInfo | component/web.d.ts |
| 新增API | NA | 类名:NativeEmbedMouseInfo; API声明:embedId?: string; 差异内容:embedId?: string; | component/web.d.ts |
| 新增API | NA | 类名:NativeEmbedMouseInfo; API声明:mouseEvent?: MouseEvent; 差异内容:mouseEvent?: MouseEvent; | component/web.d.ts |
| 新增API | NA | 类名:NativeEmbedMouseInfo; API声明:result?: EventResult; 差异内容:result?: EventResult; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface OnLoadStartedEvent 差异内容:declare interface OnLoadStartedEvent | component/web.d.ts |
| 新增API | NA | 类名:OnLoadStartedEvent; API声明:url: string; 差异内容:url: string; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface OnLoadFinishedEvent 差异内容:declare interface OnLoadFinishedEvent | component/web.d.ts |
| 新增API | NA | 类名:OnLoadFinishedEvent; API声明:url: string; 差异内容:url: string; | component/web.d.ts |
| 新增API | NA | 类名:OnTitleReceiveEvent; API声明:isRealTitle?: boolean; 差异内容:isRealTitle?: boolean; | component/web.d.ts |
| 新增API | NA | 类名:OnBeforeUnloadEvent; API声明:isReload?: boolean; 差异内容:isReload?: boolean; | component/web.d.ts |
| 新增API | NA | 类名:OnSslErrorEventReceiveEvent; API声明:certChainData?: Array<Uint8Array>; 差异内容:certChainData?: Array<Uint8Array>; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface OnPdfScrollEvent 差异内容:declare interface OnPdfScrollEvent | component/web.d.ts |
| 新增API | NA | 类名:OnPdfScrollEvent; API声明:url: string; 差异内容:url: string; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface OnPdfLoadEvent 差异内容:declare interface OnPdfLoadEvent | component/web.d.ts |
| 新增API | NA | 类名:OnPdfLoadEvent; API声明:result: PdfLoadResult; 差异内容:result: PdfLoadResult; | component/web.d.ts |
| 新增API | NA | 类名:OnPdfLoadEvent; API声明:url: string; 差异内容:url: string; | component/web.d.ts |
| 新增API | NA | 类名:WebElementType; API声明:LINK = 2 差异内容:LINK = 2 | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum WebBypassVsyncCondition 差异内容:declare enum WebBypassVsyncCondition | component/web.d.ts |
| 新增API | NA | 类名:WebBypassVsyncCondition; API声明:NONE = 0 差异内容:NONE = 0 | component/web.d.ts |
| 新增API | NA | 类名:WebBypassVsyncCondition; API声明:SCROLLBY_FROM_ZERO_OFFSET = 1 差异内容:SCROLLBY_FROM_ZERO_OFFSET = 1 | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum AudioSessionType 差异内容:declare enum AudioSessionType | component/web.d.ts |
| 新增API | NA | 类名:AudioSessionType; API声明:AMBIENT = 3 差异内容:AMBIENT = 3 | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum PdfLoadResult 差异内容:declare enum PdfLoadResult | component/web.d.ts |
| 新增API | NA | 类名:PdfLoadResult; API声明:LOAD_SUCCESS = 0 差异内容:LOAD_SUCCESS = 0 | component/web.d.ts |
| 新增API | NA | 类名:PdfLoadResult; API声明:PARSE_ERROR_FILE = 1 差异内容:PARSE_ERROR_FILE = 1 | component/web.d.ts |
| 新增API | NA | 类名:PdfLoadResult; API声明:PARSE_ERROR_FORMAT = 2 差异内容:PARSE_ERROR_FORMAT = 2 | component/web.d.ts |
| 新增API | NA | 类名:PdfLoadResult; API声明:PARSE_ERROR_PASSWORD = 3 差异内容:PARSE_ERROR_PASSWORD = 3 | component/web.d.ts |
| 新增API | NA | 类名:PdfLoadResult; API声明:PARSE_ERROR_HANDLER = 4 差异内容:PARSE_ERROR_HANDLER = 4 | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface PreviewMenuOptions 差异内容:declare interface PreviewMenuOptions | component/web.d.ts |
| 新增API | NA | 类名:PreviewMenuOptions; API声明:hapticFeedbackMode?: HapticFeedbackMode; 差异内容:hapticFeedbackMode?: HapticFeedbackMode; | component/web.d.ts |
| 新增API | NA | 类名:SelectionMenuOptionsExt; API声明:previewMenuOptions?: PreviewMenuOptions; 差异内容:previewMenuOptions?: PreviewMenuOptions; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onLoadStarted(callback: Callback<OnLoadStartedEvent>): WebAttribute; 差异内容:onLoadStarted(callback: Callback<OnLoadStartedEvent>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onLoadFinished(callback: Callback<OnLoadFinishedEvent>): WebAttribute; 差异内容:onLoadFinished(callback: Callback<OnLoadFinishedEvent>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onOverrideErrorPage(callback: OnOverrideErrorPageCallback): WebAttribute; 差异内容:onOverrideErrorPage(callback: OnOverrideErrorPageCallback): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onPdfScrollAtBottom(callback: Callback<OnPdfScrollEvent>): WebAttribute; 差异内容:onPdfScrollAtBottom(callback: Callback<OnPdfScrollEvent>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onPdfLoadEvent(callback: Callback<OnPdfLoadEvent>): WebAttribute; 差异内容:onPdfLoadEvent(callback: Callback<OnPdfLoadEvent>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onNativeEmbedMouseEvent(callback: MouseInfoCallback): WebAttribute; 差异内容:onNativeEmbedMouseEvent(callback: MouseInfoCallback): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:optimizeParserBudget(optimizeParserBudget: boolean): WebAttribute; 差异内容:optimizeParserBudget(optimizeParserBudget: boolean): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:enableFollowSystemFontWeight(follow: boolean): WebAttribute; 差异内容:enableFollowSystemFontWeight(follow: boolean): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:enableWebAVSession(enabled: boolean): WebAttribute; 差异内容:enableWebAVSession(enabled: boolean): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:runJavaScriptOnDocumentStart(scripts: Array<ScriptItem>): WebAttribute; 差异内容:runJavaScriptOnDocumentStart(scripts: Array<ScriptItem>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:runJavaScriptOnDocumentEnd(scripts: Array<ScriptItem>): WebAttribute; 差异内容:runJavaScriptOnDocumentEnd(scripts: Array<ScriptItem>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:runJavaScriptOnHeadEnd(scripts: Array<ScriptItem>): WebAttribute; 差异内容:runJavaScriptOnHeadEnd(scripts: Array<ScriptItem>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:nativeEmbedOptions(options?: EmbedOptions): WebAttribute; 差异内容:nativeEmbedOptions(options?: EmbedOptions): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:enableDataDetector(enable: boolean): WebAttribute; 差异内容:enableDataDetector(enable: boolean): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:dataDetectorConfig(config: TextDataDetectorConfig): WebAttribute; 差异内容:dataDetectorConfig(config: TextDataDetectorConfig): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:onActivateContent(callback: Callback<void>): WebAttribute; 差异内容:onActivateContent(callback: Callback<void>): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:bypassVsyncCondition(condition: WebBypassVsyncCondition): WebAttribute; 差异内容:bypassVsyncCondition(condition: WebBypassVsyncCondition): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:gestureFocusMode(mode: GestureFocusMode): WebAttribute; 差异内容:gestureFocusMode(mode: GestureFocusMode): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:SslErrorEvent; API声明:certChainData?: Array<Uint8Array>; 差异内容:certChainData?: Array<Uint8Array>; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface EmbedOptions 差异内容:declare interface EmbedOptions | component/web.d.ts |
| 新增API | NA | 类名:EmbedOptions; API声明:supportDefaultIntrinsicSize?: boolean; 差异内容:supportDefaultIntrinsicSize?: boolean; | component/web.d.ts |
| 新增API | NA | 类名:EmbedOptions; API声明:supportCssDisplayChange?: boolean; 差异内容:supportCssDisplayChange?: boolean; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum GestureFocusMode 差异内容:declare enum GestureFocusMode | component/web.d.ts |
| 新增API | NA | 类名:GestureFocusMode; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | component/web.d.ts |
| 新增API | NA | 类名:GestureFocusMode; API声明:GESTURE_TAP_AND_LONG_PRESS = 1 差异内容:GESTURE_TAP_AND_LONG_PRESS = 1 | component/web.d.ts |
| 起始版本有变化 | 类名:OnShowFileSelectorEvent; API声明:result: FileSelectorResult; 差异内容:11 | 类名:OnShowFileSelectorEvent; API声明:result: FileSelectorResult; 差异内容:12 | component/web.d.ts |
| 起始版本有变化 | 类名:OnShowFileSelectorEvent; API声明:fileSelector: FileSelectorParam; 差异内容:11 | 类名:OnShowFileSelectorEvent; API声明:fileSelector: FileSelectorParam; 差异内容:12 | component/web.d.ts |
| 删除kit | 类名:global; API声明:component\line.d.ts 差异内容:ArkUI | 类名:global; API声明:component\line.d.ts 差异内容:NA | component/line.d.ts |
| 删除kit | 类名:global; API声明:component\rect.d.ts 差异内容:ArkUI | 类名:global; API声明:component\rect.d.ts 差异内容:NA | component/rect.d.ts |
| 删除kit | 类名:global; API声明:component\web.d.ts 差异内容:ArkWeb | 类名:global; API声明:component\web.d.ts 差异内容:NA | component/web.d.ts |
| 类新增同名方法且参数类型与已有的参数类型范围是包含关系 | 类名:SslErrorHandler; API声明:handleCancel(): void; 差异内容:handleCancel(): void; | 类名:SslErrorHandler; API声明:handleCancel(abortLoading: boolean): void; 差异内容:handleCancel(abortLoading: boolean): void; | component/web.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-ArkGraphics3D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-ArkWeb
openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit