@oazmi/kitchensink - v0.9.13
github
readme
src
dist
examples
Preparing search index...
browser
blobToBase64Split
Function blobToBase64Split
blobToBase64Split
(
blob
:
Blob
)
:
Promise
<
[
string
,
string
]
>
convert a blob to base64 string with the header and body separated as a 2-tuple.
Parameters
blob
:
Blob
Returns
Promise
<
[
string
,
string
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
src
dist
examples
@oazmi/kitchensink - v0.9.13
Loading...
convert a blob to base64 string with the header and body separated as a 2-tuple.