RE: [indexeddb] Change IDBRequest.errorCode property to match new Exception type model

2011-10-07 Thread Israel Hilerio
On Monday, October 03, 2011 7:31 PM, Jonas Sicking wrote: > On Mon, Oct 3, 2011 at 5:36 PM, Israel Hilerio wrote: > > Jonas, > > > > We're removing error code values as part of the new exception type > model. > > This will impact the IDBRequest.errorCode property.  I believe we want > > to rename

Re: [indexeddb] Change IDBRequest.errorCode property to match new Exception type model

2011-10-03 Thread Jonas Sicking
On Mon, Oct 3, 2011 at 5:36 PM, Israel Hilerio wrote: > Jonas, > > We’re removing error code values as part of the new exception type model. > This will impact the IDBRequest.errorCode property.  I believe we want to > rename this property to errorName and change its type to DOMString in order > t

[indexeddb] Change IDBRequest.errorCode property to match new Exception type model

2011-10-03 Thread Israel Hilerio
Jonas, We're removing error code values as part of the new exception type model. This will impact the IDBRequest.errorCode property. I believe we want to rename this property to errorName and change its type to DOMString in order to match the new Exception type model name. This change will im