Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
web-sys-0.3.61
/
tests
/
wasm
/
blob.js
blob: 9fdd18bf46c9e2c1421e13ab9ead7e1f754d4a5f [
file
] [
log
] [
blame
] [
edit
]
export
function
new_blob
()
{
return
new
Blob
([
1
,
2
,
3
]);
}