harmony 鸿蒙ArkWeb_JavaScriptBridgeData
ArkWeb_JavaScriptBridgeData
Overview
Defines the JavaScript Bridge data.
Since: 12
Related module: Web
Summary
Member Variables
Name | Description |
---|---|
const uint8_t * buffer | Pointer to the data to be transferred. Only the String and ArrayBuffer types can be transferred from the frontend. Other types will be serialized by JSON and then transferred as the String type. |
size_t size | Length of the data to be transferred. |
Member Variable Description
buffer
const uint8_t* ArkWeb_JavaScriptBridgeData::buffer
Description
Pointer to the data to be transferred. Only the String and ArrayBuffer types can be transferred from the frontend. Other types will be serialized by JSON and then transferred as the String type.
size
size_t ArkWeb_JavaScriptBridgeData::size
Description
Length of the data to be transferred.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ArkWeb API Reference
harmony 鸿蒙ArkWeb_ControllerAPI
harmony 鸿蒙ArkWeb_CookieManagerAPI
harmony 鸿蒙ArkWeb_JavaScriptObject
harmony 鸿蒙ArkWeb_JavaScriptValueAPI
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦