Re: Writing binary data to disk

2013-03-07 Thread Lorin Beer
; > > > > neither of these two options is explicitly part of the W3C spec on > > > FileWriter > > > > > > > > > On Wed, Mar 6, 2013 at 5:47 PM, Michal Mocny > > wrote: > > > > > >> We've added a way to send binary data acros

Re: Writing binary data to disk

2013-03-07 Thread Andrew Grieve
gt; > FileWriter > > > > > > On Wed, Mar 6, 2013 at 5:47 PM, Michal Mocny > wrote: > > > >> We've added a way to send binary data across the android and ios bridge > >> (ArrayBuffers are a supported argument/message type). > >> > >&g

Re: Writing binary data to disk

2013-03-06 Thread Lorin Beer
the android and ios bridge >> (ArrayBuffers are a supported argument/message type). >> >> If you wanted to write a simple plugin to support writing binary data to >> disk, it should be quite easy. >> >> Note: There are various limitations to the current way

Re: Writing binary data to disk

2013-03-06 Thread Lorin Beer
oid and ios bridge > (ArrayBuffers are a supported argument/message type). > > If you wanted to write a simple plugin to support writing binary data to > disk, it should be quite easy. > > Note: There are various limitations to the current way we send > ArrayBuffers, such as being limite

Re: Writing binary data to disk

2013-03-06 Thread Michal Mocny
We've added a way to send binary data across the android and ios bridge (ArrayBuffers are a supported argument/message type). If you wanted to write a simple plugin to support writing binary data to disk, it should be quite easy. Note: There are various limitations to the current way we

Re: Writing binary data to disk

2013-03-06 Thread Andrew Grieve
How doesn't it fit with the spec? FileWriter.write(blob); On Wed, Mar 6, 2013 at 7:02 PM, Lorin Beer wrote: > Hey folks, > > I was going through the unassigned jira issues, and came across > CB-2406 > ((https://issues.apache.org/jira/browse/CB-24

Writing binary data to disk

2013-03-06 Thread Lorin Beer
Hey folks, I was going through the unassigned jira issues, and came across CB-2406 ((https://issues.apache.org/jira/browse/CB-2406), which requests a method to write binary data to disk. Before commenting to the user on the issue, I thought I'd get s