// JS interaction public static void SetResourceStream(string key, ArrayBuffer arrayBuffer) { Resources["InnoveWare;component/" + key] = arrayBuffer; }
public Stream(ArrayBuffer arrayBuffer) { throw new ImplementedInJavaScript(); }
public static void InsertFileIntoFolder(string filename, ArrayBuffer array, Action action) { throw new ImplementedInJavaScript(); }
public AudioBuffer CreateBuffer(ArrayBuffer buffer, bool b) { throw new ImplementedInJavaScript(); }