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