MobileChromeApps / cordova-plugin-service-worker

163 stars 37 forks source link

Fixed postMessage threading issue #6

Closed imintz closed 9 years ago

imintz commented 9 years ago

Trying to use postMessage was throwing an exception for bad thread access. I changed it to ensure that any posting was being done on the main thread.