codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Fix dbTransaction for iOS 8.1 #31

Closed krono closed 9 years ago

krono commented 9 years ago

The indexedDB interface is present but calling indexedDB.open(..) just returns null. So in this case we just return the fake DB.