Javascript.NodeJS icon indicating copy to clipboard operation
Javascript.NodeJS copied to clipboard

Invoke Javascript in NodeJS, from C#

Results 26 Javascript.NodeJS issues
Sort by recently updated
recently updated
newest added

Hi. I'm trying to use a lib that works with events. In my first implementation, it worked. I have this code: ``` const { Client } = require("listeners.js"); const client...

6.3.0 was the first version I used, and the previous infinite loop was supposed to fixed in 6.2.0. I would guess this has to do with a specific sequence of...

Hi. Sorry to hijack this git project issue. I am not sure if it is a issue, but does it run as a service (http)? the main problem we had...

It seems the callback arguments are only optional when the return type is `string`. For anything else they are not always optional. For example, the following all work as expected:...

enhancement
documentation

Hello, Jeremy! In Jering.Javascript.NodeJS values of `null` and `undefined` types are always returned as `null`, that causes inconvenience. Most JS engines for .NET has a clearly separation for `null` and...

enhancement

Hello: I recently need to use node npm package (ccxt) and return Json format string to C#. The following is my situation: My OS: Windows 10 (version 21H2) Node.js: 18.10.0...

Hi I have built some javascript using vue and Vite (ES modules), I'm trying to use Javascript.NodeJs to run the server-side rendering part of the javascript on our IIS Server....

Is this similar to the above mention MS project?

Hi, I try to use the API for InvokeFromFileAsync but I recieve the following exception: Message = "resolvedPath.replaceAll is not a function\nTypeError: resolvedPath.replaceAll is not a function\n at IncomingMessage. (file:///C:/Users/user/source/repos/ConsoleApp1/ConsoleApp2/bin/Debug/net6.0/[eval1]:178:58)\n...

Here is my exception plus innerException in my code that we're only seeing on one Windows server: ``` 2023-12-18 12:00:25.5390|0|ERROR|XXXXXXXX|System.Net.Http.HttpRequestException: An error occurred while sending the request. System.Net.Http.HttpRequestException: An error...