We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696d43c commit b7066c7Copy full SHA for b7066c7
src/data/markdown/docs/01 guides/02 Using k6/07 Modules.md
@@ -68,6 +68,12 @@ These libraries can either be downloaded and included with the test project or l
68
69
## Bundling node modules
70
71
+> #### ⚠️ Limited compatibility
72
+>
73
+> k6 is not NodeJS, nor is it a browser. Packages that rely on APIs provided by NodeJS, for
74
+> instance the `os` and `fs` modules, will not work in k6. The same goes for browser-specific
75
+> APIs like the `window` object.
76
+
77
The steps of this tutorial are as follows:
78
79
- [Setting up the bundler](#setting-up-the-bundler)
0 commit comments