Answer the question
In order to leave comments, you need to log in
Why doesn't the Blob constructor work in the Android smartphone browser?
Hello kitties. I can't figure out the problem...
<button onclick="test()">Тест</button>
function test(){
var newTest = new Blob(['hello world!!!!'], {type: 'text/plain'});
alert(newTest);
alert(newTest.size);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question