You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ch¹ | ChakraCore | CLI | Any |[Download](https://github.com/Microsoft/ChakraCore/releases) or [build](https://github.com/Microsoft/ChakraCore/wiki/Building-ChakraCore)| Chakra console host. |
24
-
| d8¹ | V8 | CLI | Any | Build [from source](https://github.com/v8/v8)| V8 console host. Errors are reported on stdout. Use `$262.getGlobal` and `$262.setGlobal` to get and set properties of global objects in other realms. |
25
-
| engine262 | Engine262 | CLI | Any | Build [from source](https://github.com/engine262/engine262)| An implementation of ECMA-262 in JavaScript. |
26
-
| graaljs | GraalJS | CLI | Any |[Download](https://github.com/graalvm/graalvm-ce-builds)||
| chrome | Google Chrome | Browser | Any || Requires [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) in your path.|
35
-
| edge | Microsoft Edge | Browser | Windows || Errors reported from Microsoft Edge are all of type Error. Requires [Microsoft WebDriver](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/tools/webdriver/) in your path. |
36
-
| firefox | Mozilla Firefox | Browser | Any || Requires [GeckoDriver](https://github.com/mozilla/geckodriver/releases) in your path (possibly renamed to `wires`).|
37
-
| safari | Apple Safari | Browser | Mac || Requires [SafariDriver browser extension](https://github.com/SeleniumHQ/selenium/wiki/SafariDriver). |
| ch¹ | ChakraCore| CLI | Any |[Download](https://github.com/Microsoft/ChakraCore/releases) or [build](https://github.com/Microsoft/ChakraCore/wiki/Building-ChakraCore)| Chakra console host. |
24
+
| d8¹ | V8| CLI | Any | Build [from source](https://github.com/v8/v8)| V8 console host. Errors are reported on stdout. Use `$262.getGlobal` and `$262.setGlobal` to get and set properties of global objects in other realms. |
25
+
| engine262 | Engine262| CLI | Any | Build [from source](https://github.com/engine262/engine262)| An implementation of ECMA-262 in JavaScript. |
26
+
| graaljs | GraalJS| CLI | Any |[Download](https://github.com/graalvm/graalvm-ce-builds)||
| chrome | Google Chrome| Browser | Any || Requires [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) in your path.|
35
+
| edge | Microsoft Edge| Browser | Windows || Errors reported from Microsoft Edge are all of type Error. Requires [Microsoft WebDriver](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/tools/webdriver/) in your path. |
36
+
| firefox | Mozilla Firefox | Browser | Any || Requires [GeckoDriver](https://github.com/mozilla/geckodriver/releases) in your path (possibly renamed to `wires`).|
37
+
| safari | Apple Safari| Browser | Mac || Requires [SafariDriver browser extension](https://github.com/SeleniumHQ/selenium/wiki/SafariDriver). |
38
38
39
39
* 1: `eshost` accepts `esvu` or `jsvu` style binary name values as the first argument to `eshost.createAgent(type: string, options = {}): Agent`. See [Installing Engines](#installing-engines).
40
40
* 2: It is possible to build `jsc` on other platforms, but not supported.
@@ -85,7 +85,7 @@ Creates an instance of a host agent for a particular host type. See the table ab
0 commit comments