From dc42b7078488005d971d969bd030eca12f7d76a4 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Mon, 18 Mar 2024 13:11:27 +0530 Subject: [PATCH] Update custom.md --- docs/api/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/custom.md b/docs/api/custom.md index 6417b9bf..56e35e09 100644 --- a/docs/api/custom.md +++ b/docs/api/custom.md @@ -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, '')), 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, ''))`, and a developer guide to add custom APIs to the Neutralinojs framework without updating the framework core. ## custom.getMethods()