FileSystem API: Adding file size field to Metadata?

2012-02-28 Thread Kinuko Yasuda
Hi, While looking at the FileSystem API draft I noticed that we only expose 'modificationTime' in 'Metadata' object. Since FileEntry itself doesn't have 'size' field unlike File object maybe it's reasonable to add 'size' field to Metadata? http://www.w3.org/TR/file-system-api/#the-metadata-inter

Re: FileSystem API: Adding file size field to Metadata?

2012-02-28 Thread Darin Fisher
On Tue, Feb 28, 2012 at 10:47 AM, Kinuko Yasuda wrote: > Hi, > > While looking at the FileSystem API draft I noticed that we only expose > 'modificationTime' in 'Metadata' object. Since FileEntry itself doesn't > have 'size' field unlike File object maybe it's reasonable to add 'size' > field to

Re: FileSystem API: Adding file size field to Metadata?

2012-02-28 Thread Charles Pritchard
On Feb 28, 2012, at 1:52 PM, Darin Fisher wrote: > On Tue, Feb 28, 2012 at 10:47 AM, Kinuko Yasuda wrote: > Hi, > > While looking at the FileSystem API draft I noticed that we only expose > 'modificationTime' in 'Metadata' object. Since FileEntry itself doesn't have > 'size' field unlike Fil

Re: FileSystem API: Adding file size field to Metadata?

2012-02-29 Thread Eric Uhrhane
On Tue, Feb 28, 2012 at 1:52 PM, Darin Fisher wrote: > On Tue, Feb 28, 2012 at 10:47 AM, Kinuko Yasuda wrote: >> >> Hi, >> >> While looking at the FileSystem API draft I noticed that we only expose >> 'modificationTime' in 'Metadata' object.  Since FileEntry itself doesn't >> have 'size' field un