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
Copy file name to clipboardExpand all lines: synthetics/api-test/api-test.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,4 +123,4 @@ The following table presents the types of validation steps you can create:
123
123
Synthetics support for JavaScript
124
124
===============================================
125
125
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