You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Joe Bowser <bo...@gmail.com> on 2013/08/22 22:55:33 UTC

Any idea what the code is supposed to be? Is this in the W3C File Spec?

https://issues.apache.org/jira/browse/CB-4029

This seems easy enough, does anyone know what the code is?

Re: Any idea what the code is supposed to be? Is this in the W3C File Spec?

Posted by Joe Bowser <bo...@gmail.com>.
Sounds good. I think we're throwing abort!

On Thu, Aug 22, 2013 at 2:05 PM, Filip Maj <fi...@adobe.com> wrote:
> FileTransfer is not a W3C spec'ed API.
>
> The FileWriter spec has a list of error definitions [1].
>
> I'd say probably throw a QuoteExceededError or a
> NoModificationAllowedError.
>
> [1] http://www.w3.org/TR/file-writer-api/#errors-and-exceptions
>
> On 8/22/13 1:55 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>
>>https://issues.apache.org/jira/browse/CB-4029
>>
>>This seems easy enough, does anyone know what the code is?
>

Re: Any idea what the code is supposed to be? Is this in the W3C File Spec?

Posted by Filip Maj <fi...@adobe.com>.
FileTransfer is not a W3C spec'ed API.

The FileWriter spec has a list of error definitions [1].

I'd say probably throw a QuoteExceededError or a
NoModificationAllowedError.

[1] http://www.w3.org/TR/file-writer-api/#errors-and-exceptions

On 8/22/13 1:55 PM, "Joe Bowser" <bo...@gmail.com> wrote:

>https://issues.apache.org/jira/browse/CB-4029
>
>This seems easy enough, does anyone know what the code is?