A simple way to save objects as .json files or to save blobs as files from the console.
当前为
A simple way to save objects as .json files or to save blobs as files from the console.
console.save(data, filename)
Data can be a string or just an object, objects are passed through json.stringify() before writing to file. Filename is optional, defaults to ‘console.json’.
In addition, data also can be a blob.
MIT