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)
- IndexedDB: spec nit - IDBFactory.cmp returns int? Joshua Bell
- Re: IndexedDB: spec nit - IDBFactory.cmp returns int? Jonas Sicking
