Runtime InterfaceFunctionsbase64DecodeOn this pageFunction: base64Decode() function base64Decode(base64): ArrayBuffer; Decodes a base64 string into binary data. Parameters ParameterTypeDescriptionbase64stringThe base64 string to decode. Returns ArrayBuffer The decoded binary data.