A simple REPL for the JSS JavaScript Engine made in C# and Blazor.
You can configure how long a script can run by defining the "ScriptTimeoutMilliseconds" under the "JSSExecution" section.
This has a default of 10000ms.
For example this will set the script timeout to be 5 seconds:
"JSSExecution": {
"ScriptTimeoutMilliseconds": 5000
}
This project is licensed under the MIT License.