- From: Jonas Sicking <jonas@sicking.cc>
- Date: Fri, 30 Sep 2011 17:35:54 -0700
- To: Joshua Bell <jsbell@chromium.org>
- Cc: public-webapps@w3.org
On Fri, Sep 30, 2011 at 4:57 PM, Joshua Bell <jsbell@chromium.org> wrote: > In the WebIDL snippet and description for IDBFactory, the cmp method is > defined as returning "int" which isn't defined in WebIDL (that I can see); > presumably this should be "long" or one of the other signed numeric types? > (short, byte, long long, float, double) Yeah, this should return a short. Thanks for the catch! / Jonas
Received on Saturday, 1 October 2011 00:36:51 UTC