Skip to content

Commit

Permalink
Update custom.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Mar 18, 2024
1 parent c755b9b commit dc42b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ but extensions come with the following drawbacks that affect apps in several sce
- A C++-based extension is not fast as native C++-based code due to the WebSockets-based IPC.

Alternatively, a developer can download the framework C++ code, modify it, and re-compile it. But,
the developer may face issues while synching upstream code modifications. So, Neutralinojs offers a separate namespace, a generic JavaScript function template, pre-developed helper functions for handling JavaScript-to-C++ parameter mapping (i.e., helpers::hasField(json, '<fieldname>')), and a developer guide to add custom APIs to the Neutralinojs framework without updating the framework core.
the developer may face issues while synching upstream code modifications. So, Neutralinojs offers a separate namespace, a generic JavaScript function template, pre-developed helper functions for handling JavaScript-to-C++ parameter mapping (i.e., `helpers::hasField(json, '<fieldname>'))`, and a developer guide to add custom APIs to the Neutralinojs framework without updating the framework core.


## custom.getMethods()
Expand Down

0 comments on commit dc42b70

Please sign in to comment.