angular-indexedDB icon indicating copy to clipboard operation
angular-indexedDB copied to clipboard

Workaround for IE throwing InvalidAccessError on db open.

Open jonohill opened this issue 10 years ago • 0 comments

Fixes #32 Avoids use of Math.max with a single argument, as the result in IE/Edge is not sufficiently numeric when passed to indexedDB.open. All automated tests pass. Also tested manually with Chrome and MS Spartan.

jonohill avatar Jun 07 '15 07:06 jonohill