IndexedDB: Thoughts on implementing IndexedDB

2013-07-30 Thread Austin William Wright
I've been meaning to implement IndexedDB in some fashion for a while. Earlier this month, shortly after the call for implementations, I realized I should be getting on that. I've been working on an in-memory ECMAScript implementation with fast data structures and the like. I also intend to experime

Re: IndexedDB: Thoughts on implementing IndexedDB

2013-08-02 Thread Austin William Wright
On Tue, Jul 30, 2013 at 3:13 PM, Joshua Bell wrote: > And now replying to the non-nits: > > > On Tue, Jul 30, 2013 at 1:30 AM, Austin William Wright wrote: > >> I've been meaning to implement IndexedDB in some fashion for a while. >> Earlier this month, shortly af

Re: Overlap between StreamReader and FileReader

2013-08-08 Thread Austin William Wright
On Thu, Aug 8, 2013 at 2:56 PM, Jonas Sicking wrote: > On Thu, Aug 8, 2013 at 6:42 AM, Domenic Denicola > wrote: > > From: Takeshi Yoshino [mailto:tyosh...@google.com] > > > >> On Thu, Aug 1, 2013 at 12:54 AM, Domenic Denicola < > dome...@domenicdenicola.com> wrote: > >>> Hey all, I was directed

Re: =[xhr]

2014-08-02 Thread Austin William Wright
On Fri, Aug 1, 2014 at 2:01 PM, Glenn Maynard wrote: > On Fri, Aug 1, 2014 at 8:39 AM, wrote: > >> Spinner is not sufficient. All user activity must stop. They can take >> a coffee break if it takes too long. Browser must be frozen and locked >> down completely. No other options are desirab

Re: Are web components *seriously* not namespaced?

2015-02-06 Thread Austin William Wright
On Thu, Feb 5, 2015 at 12:55 PM, Tab Atkins Jr. wrote: > > * Domain names don't mean much. For example, Dublin Core's namespace > starts with "http://purl.org/";, which is effectively meaningless. > It means that the owner of purl.org decided to allocate the namespace, as opposed to someone else

Re: CORS performance

2015-03-05 Thread Austin William Wright
On Mon, Feb 23, 2015 at 12:42 PM, Jonas Sicking wrote: > Do we have any data on how common it is for people to use CORS with > credentials? My impression is that it's far less common than CORS > without credentials. > > If that's the case then I think we'd get most of the functionality, > with es

Re: template namespace attribute proposal

2015-03-14 Thread Austin William Wright
On Thu, Mar 12, 2015 at 4:20 PM, Benjamin Lesh wrote: > For my part, I disagree slightly with this statement. If you just drop a > tag in a , you're going to get an HTMLUnknownElement. This is > by design and to spec, of course. But it unfortunately means you can't > clone() the element over to

Re: Proposal for "Cascading Attribute Sheets" - like CSS, but for attributes!

2015-05-05 Thread Austin William Wright
On Mon, May 4, 2015 at 8:52 PM, Lea Verou wrote: > Sorry for reviving such an old thread (almost 3 years now!) but I recently > came across a huge use case for CAS: Semantic data! Namely, Microdata and > RDFa. They’re both applied using attributes, which makes them super tedious > to add to exist