Versions in this module Expand all Collapse all v0 v0.3.0 Jun 11, 2023 v0.2.0 May 12, 2023 Changes in this version + type Base64 struct + func (Base64) Decode(call goja.FunctionCall, vm *goja.Runtime) (ret goja.Value) + func (Base64) Encode(input any, skipPadding bool) (string, error) + func (Base64) EncodeURI(input any) (string, error) + type Module struct + func (*Module) Exports() any v0.1.0-beta Apr 16, 2023