Re: Service worker F2F meeting - 26th Jan - San Francisco

2016-01-05 Thread Jatinder Mann
On Mon, Jan 4, 2016 at 9:12 AM, Anne van Kesteren wrote: > We have three more seats at this point, allocated on the basis of > first come, first served. > Hi folks, I'm planning on attending as well from the Edge team. Thanks! Jatinder Mann

Re: Service worker F2F meeting - 26th Jan - San Francisco

2016-01-05 Thread Jake Archibald
Updated https://github.com/slightlyoff/ServiceWorker/issues/806 with attendees, including Ilya & Conrad. On Tue, 5 Jan 2016 at 00:27 Ilya Grigorik wrote: > > On Mon, Jan 4, 2016 at 9:12 AM, Anne van Kesteren > wrote: > >> We have three more seats at this point, allocated on the basis of >> firs

FileReader.prototype.readAsText Question

2016-01-05 Thread doodad-js Admin
Hi all, I have a question about " FileReader.prototype.readAsText " using chunks of data with "Blob.prototype.slice" : How do you handle an incomplete encoded character sequence, i.e. how do we get the number of decoded bytes ? Thanks