Details
-
Type:
Documentation task
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.0.4, 5.0.5, 5.2.0
-
Fix Version/s: 5.4 (plan)
-
Component/s: Documentation (D)
-
Labels:None
-
Environment:N/A
-
Team:Team D
-
Sprint:Sprint 74 (Mar 2021)
-
Story Points:1
Description
Current documentation on the Javascript objects available in the duktape runtime does not contain reference to the btoa() and atob() functions.
Page to update:
Some reference to these methods can be found in the javascript preprocessing documentation for version 4.4 at:
https://www.zabbix.com/documentation/4.4/manual/appendix/preprocessing/javascript
and the 5.0 documentation at:
https://www.zabbix.com/documentation/5.0/manual/config/items/preprocessing/javascript
But since their availability is not limited to preprocessing I propose they are documented in the javascript_objects section which is referenced by both the webhook and perprocessing documentation.