this.IDBTransaction=opts.global.IDBTransaction||opts.global.webkitIDBTransaction||opts.global.msIDBTransaction||{READ_WRITE:"readwrite"};// This line should only be needed if it is needed to support the object's constants for older browsers
this.IDBTransaction=global.IDBTransaction||global.webkitIDBTransaction||global.msIDBTransaction||{READ_WRITE:"readwrite"};// This line should only be needed if it is needed to support the object's constants for older browsers