BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Implement Blob object #35

Closed Oceanswave closed 6 years ago

Oceanswave commented 6 years ago

It appears that the ChakraCore engine doesn't provide an intrinsic Blob object.

Implement this as a module, perhaps packaged up in a set of common base objects module if we find other common objects that don't exist. (FileAPI Module?)

For ref: https://developer.mozilla.org/en-US/docs/Web/API/Blob