Source code
Revision control
Copy as Markdown
Other Tools
/**
* Any copyright is dedicated to the Public Domain.
*/
"use strict";
var b = new Blob(["123"], { type: "foo/bar" });
console.log({ msg: "consoleAndBlobs", blob: b });