Skip to content

Interface: Base64Options

Extends

Properties

PropertyTypeDescriptionInherited from
paddingRequired?booleanoptional parameter defaulting to true which will require = padding if true or make padding optional if false Default trueDataUriOptions.paddingRequired
urlSafe?booleanif true, uses the URI-safe base64 format which replaces + with - and \ with _. Default false-