openharmony 鸿蒙 changelog-web

2023-06-24 浏览 (292)

Web Subsystem Changelog

Compared with earlier versions, OpenHarmony 4.0.6.1 has the following API changes in its web subsystem:

cl.web.1 Parameters in createWebMessagePorts

Added an optional parameter to the WebMessagePort API to accommodate more data types.

Change Impact

None (The added parameter is optional, and the API is forward compatible.)

Key API/Component Changes

  • Involved APIs:

    createWebMessagePorts(): Array<WebMessagePort>;

  • Before change:

    createWebMessagePorts(): Array<WebMessagePort>;
    
  • After change:

    createWebMessagePorts(isExtentionType?: boolean): Array<WebMessagePort>;
    

Adaptation Guide

N/A

你可能感兴趣的鸿蒙文章

harmony 鸿蒙HUKS Changelog

harmony 鸿蒙USB Subsystem API Changelog

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