Sign in
android
/
toolchain
/
sccache
/
39d4118c3a8fc2f430b747c0262ce4fe8c1b01f9
/
.
/
android
/
vendor
/
web-sys-0.3.59
/
tests
/
wasm
/
blob.js
blob: 9fdd18bf46c9e2c1421e13ab9ead7e1f754d4a5f [
file
]
export
function
new_blob
()
{
return
new
Blob
([
1
,
2
,
3
]);
}