We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All
ReferencesApplication FrameworkArkWebC APIStructsArkWeb_JavaScriptObject

ArkWeb_JavaScriptObject

Collapse
Word wrap
Dark theme
Copy code
  1. typedef struct {...} ArkWeb_JavaScriptObject

Overview

Defines a JavaScript object.

Since: 12

Related module: Web

Header file: arkweb_type.h

Summary

Member Variables

Expand
Name Description
const uint8_t* buffer Pointer to the injected JavaScript code.
size_t size Length of the JavaScript code.
ArkWeb_OnJavaScriptCallback callback Callback used when JavaScript execution is complete.
void* userData Pointer to the user data used in a callback.
Search in References
Enter a keyword.