Skip to content
  • Philip Chimento's avatar
    context: Always import byteArray · ab1ddf50
    Philip Chimento authored
    Previously, it could happen in some rare cases that we try to marshal a
    GByteArray into JS before the byteArray module is imported. That would
    cause a crash. To prevent this, always import byteArray.
    
    Closes #39.
    ab1ddf50