You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the only way to initialise a COMBINE archive using libCOMBINE is by providing a file name. However, this means that we can't handle COMBINE archives from JavaScript, unlike for CellML and SED-ML files, for which libCellML and LibSEDML support file contents in their respective constructors.
When it comes to our test with a virtual File object, we should convert the file contents of a COMBINE archive to Base64, so that we can put it in a string, in the same way that we have a string version of a CellML and SED-ML file.
Right now, the only way to initialise a COMBINE archive using libCOMBINE is by providing a file name. However, this means that we can't handle COMBINE archives from JavaScript, unlike for CellML and SED-ML files, for which libCellML and LibSEDML support file contents in their respective constructors.
When it comes to our test with a virtual
File
object, we should convert the file contents of a COMBINE archive to Base64, so that we can put it in a string, in the same way that we have a string version of a CellML and SED-ML file.This is even more relevant because of issue #242.
Check discussion here.
The text was updated successfully, but these errors were encountered: