pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Increase support for BLOBs and add additional VFS API.

Open SirSpudlington opened this issue 1 year ago • 1 comments

  • Fixed download so blob: and data: are checked to verify if the object is binary.
  • Refactored upload script to only treat text as text
  • Added additional VFS function readFileAsBuffer for returning buffer data from blob files.
  • Updated docs

Opening non-mapped binary files would open them in notepad revealing the base64 blob instead of the raw data, which could be an issue.

SirSpudlington avatar Apr 20 '24 20:04 SirSpudlington

I will test this soon

datkat21 avatar Apr 20 '24 20:04 datkat21