Working with Blobs and the Filesystem

Is it possible to work with Blob media files using Capacitor’s Filesystem plugin? According to this issue it is not natively supported yet and it is unclear what the best workaround is for now.

There are some references to encoding certain files such as images and pdf into base64 for the Capacitor Filesystem.

I have not found any examples of being able to use a similar strategy with already existing blob files such as video or audio though. Does anyone know if this can be done currently or if the cordova-plugin-file will be needed to work with these filetypes still?

Appreciate any help clarifying.

If you ask the guys in the capacitor slack channel you may get an answer.