codefrau / SqueakJS

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

Fix minor issue with UIWebView #41

Closed fniephaus closed 8 years ago

fniephaus commented 8 years ago

Hi @bertfreudenberg,

So I just debugged the web app view and it turned out that indexedDB is null and not undefined.

This fixes loading problems when using SqueakJS in iOS web apps.

Best, Fabio