Wyam.Common.JavaScript Namespace

Interface Types

Interface Summary
IJavaScriptEngine A common interface to a JavaScript engine. Every JavaScript engine is obtained from a Wyam.Common.JavaScript.IJavaScriptEnginePool and will be returned to the pool when it is disposed. Therefore, you must dispose the engine when you are done with it.
IJavaScriptEnginePool Provides a shared pool of JavaScript engine instances. You should dispose the pool when no longer needed to properly dispose of any allocated engines.
IPrecompiledJavaScript Represents a pre-compiled JavaScript script that can be executed by different instances of the JavaScript engine.
GitHub