Skip to content

Commit 15b58b3

Browse files
author
ada
committed
[DOCGUILD-28570] JavaScript support limitations
1 parent 3bec34e commit 15b58b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthetics/api-test/api-test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ The following table presents the types of validation steps you can create:
123123
Synthetics support for JavaScript
124124
===============================================
125125

126-
Splunk Synthetics only provides the V8 engine for script execution. It doesn't provide a node runtime. This means that it doesn't support node features like file system access using ``fs``, HTTP modules using ``http``, event loops using ``setTimeout`` and similar functions, module systems such as ``require`` or ``module.exports``, and so on.
126+
Splunk Synthetics only provides the V8 engine for script execution. It doesn't provide a Node.js runtime environment. This means that it doesn't support Node.js features. For example, there is no support for file system access using ``fs``, HTTP requests using ``http``, event loops using ``setTimeout`` or similar functions, modules such as ``require`` or ``module.exports``, and so on.

0 commit comments

Comments
 (0)