Skip to content

urlsafeB64decode

urlsafeB64decode(s: string | Uint8Array<ArrayBufferLike>): Uint8Array

Defined in: packages/pythonlib/src/base64.ts:135

Decode URL-safe Base64 encoded bytes-like object and return bytes.

Parameters

ParameterTypeDescription
sstring | Uint8Array<ArrayBufferLike>URL-safe Base64 encoded data

Returns

Uint8Array

Decoded Uint8Array