Skip to content

moxie.file.Blob

Davit Barbakadze edited this page Aug 5, 2017 · 2 revisions

Important! This page is auto-generated from the comments in the source files. All changes will be overwritten! If you are looking to contribute, modify the comment in the corresponding source file instead.

Module: moxie.file.Blob

Table of Contents

Constructor

Arguments

  • ruid String
    Unique id of the runtime, to which this blob belongs to
  • blob Object
    Object "Native" blob object, as it is represented in the runtime

Properties

Unique id of the component

Unique id of the connected runtime, if falsy, then runtime will have to be initialized before this Blob can be used, modified or sent

Size of blob

Mime type of blob

Methods

Arguments

  • [start=0] Number

Returns "native" blob object (as it is represented in connected runtime) or null if not found

Destroy Blob and free any resources it was using