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: src/documentation/manual/modules/ROOT/pages/client/javascript.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
[#client-javascript]
17
17
== JavaScript Client Library
18
18
19
+
NOTE: Documentation for the previous version (pre-NPM, not based on TypeScript) of JavaScript library is available here: xref:client/javascript-old.adoc[JavaScript Client Library (before ES modules)].
20
+
19
21
Notable difference from previous version (pre 2.1.0) are:
20
22
21
23
* The code is developed now using TypeScript language and processed using https://rollupjs.org/[Rollup JS] into ESM version (`jolokia.mjs` to be used with `import` statement) and UMD version (`jolokia.js` - to be used with browsers when not loading the script as `type="module"`)
@@ -34,7 +36,7 @@ All methods of this library are available via the
34
36
`Jolokia` client object, which needs to be
35
37
instantiated up-front. In the following example a client object is
36
38
created and the used heap memory is requested synchronously via
37
-
the simple API. The agent is deployed within the same webarchive
39
+
the simple API. The agent is deployed within the same web archive
38
40
which also serves this script.
39
41
40
42
Here's a sample code fragment that uses global `Jolokia` class which is used to create a `jolokia`
0 commit comments