Discover Packages
go.k6.io/k6
js
modules
k6
encoding
package
Version:
v0.33.0
Opens a new window with list of versions in this module.
Published: Jun 29, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
B64decode returns the decoded data of the base64 encoded input string using
the given encoding. If format is "s" it returns the data as a string,
otherwise as an ArrayBuffer.
B64encode returns the base64 encoding of input as a string.
The data type of input can be a string, []byte or ArrayBuffer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.