create Blob from a string let blob = new Blob(["<html>…</html>"], {type: 'text/html'}); // please note: the first argument must be an array ...
確定! 回上一頁