Re: [webdatabase] changeVersion should allow all callbacks to be optional

2009-09-02 Thread Ian Hickson
On Fri, 28 Aug 2009, Lachlan Hunt wrote: The spec currently requires the first 2 callbacks for the changeVersion method, while the 3rd is optional. The spec should make all of the callbacks optional so authors don't resort to specifying empty functions when they don't actually need to

Re: [webdatabase] changeVersion should allow all callbacks to be optional

2009-09-02 Thread Ian Hickson
On Fri, 28 Aug 2009, Lachlan Hunt wrote: FWIW, this API is insanely complicated and has way too many callbacks to keep track of. It's caused me a lot of confusion and makes using it incredibly complex. Yeah. Let me know if you have any better ideas. :-) -- Ian Hickson

Re: [webdatabase] changeVersion should allow all callbacks to be optional

2009-09-02 Thread Nikunj R. Mehta
On Sep 2, 2009, at 3:12 PM, Ian Hickson wrote: On Fri, 28 Aug 2009, Lachlan Hunt wrote: FWIW, this API is insanely complicated and has way too many callbacks to keep track of. It's caused me a lot of confusion and makes using it incredibly complex. Yeah. Let me know if you have any

[webdatabase] changeVersion should allow all callbacks to be optional

2009-08-28 Thread Lachlan Hunt
Hi, The spec currently requires the first 2 callbacks for the changeVersion method, while the 3rd is optional. The spec should make all of the callbacks optional so authors don't resort to specifying empty functions when they don't actually need to do anything with it. -- Lachlan Hunt -