This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
All APIs that support Buffer should support Blob #1972
Closed
Description
"All APIs that support Buffer should support Blob" - @mikeal
The MFS APIs support Blob, which is really important for the browser. It will be really hard to build ProtoSchool tutorials about the non-MFS file commands without Blob support. (File objects in the browser are Blob instances, so we don't have to do any special conversion in tutorials as long as Blob is supported.)
(Please enlighten me if I'm just not understanding how to do this!)